Searched refs:thousands_sep (Results 1 - 25 of 88) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dnumeric_members.cc80 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0')
90 _M_data->_M_thousands_sep = lc->thousands_sep[0];
179 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0')
189 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0];
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dnumeric_members.cc80 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0')
90 _M_data->_M_thousands_sep = lc->thousands_sep[0];
179 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0')
189 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0];
/netbsd-current/sys/sys/
H A Dlocaledef.h69 const char *thousands_sep; member in struct:__anon13182
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc); local
119 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0')
120 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep,
123 _M_data->_M_thousands_sep = *thousands_sep;
H A Dmonetary_members.cc246 const char* thousands_sep = __nl_langinfo_l(__MON_THOUSANDS_SEP, local
248 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0')
249 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep,
252 _M_data->_M_thousands_sep = *thousands_sep;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc); local
119 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0')
120 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep,
123 _M_data->_M_thousands_sep = *thousands_sep;
H A Dmonetary_members.cc246 const char* thousands_sep = __nl_langinfo_l(__MON_THOUSANDS_SEP, local
248 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0')
249 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep,
252 _M_data->_M_thousands_sep = *thousands_sep;
/netbsd-current/lib/libc/citrus/
H A Dcitrus_lc_numeric.c81 free(__UNCONST(data->thousands_sep));
95 { _CITRUS_LC_NUMERIC_SYM_THOUSANDS_SEP, OFFSET(thousands_sep) },
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fp.c125 wchar_t thousands_sep, int ngroups);
141 const char *thousands_sep = NULL;
302 thousands_sep = nl_langinfo (THOUSANDS_SEP);
304 thousands_sep = nl_langinfo (MON_THOUSANDS_SEP);
305 if (*thousands_sep == '\0')
325 thousands_sep = nl_langinfo (THOUSANDS_SEP);
327 thousands_sep = nl_langinfo (MON_THOUSANDS_SEP);
329 if (*thousands_sep == '\0')
348 thousands_sep = lc->thousands_sep;
139 const char *thousands_sep = NULL; local
1279 group_number(wchar_t *buf, wchar_t *bufend, unsigned int intdig_no, const char *grouping, wchar_t thousands_sep, int ngroups) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fp.c125 wchar_t thousands_sep, int ngroups);
141 const char *thousands_sep = NULL;
302 thousands_sep = nl_langinfo (THOUSANDS_SEP);
304 thousands_sep = nl_langinfo (MON_THOUSANDS_SEP);
305 if (*thousands_sep == '\0')
325 thousands_sep = nl_langinfo (THOUSANDS_SEP);
327 thousands_sep = nl_langinfo (MON_THOUSANDS_SEP);
329 if (*thousands_sep == '\0')
348 thousands_sep = lc->thousands_sep;
139 const char *thousands_sep = NULL; local
1279 group_number(wchar_t *buf, wchar_t *bufend, unsigned int intdig_no, const char *grouping, wchar_t thousands_sep, int ngroups) argument
[all...]
/netbsd-current/include/
H A Dlocale.h41 char *thousands_sep; member in struct:lconv
/netbsd-current/lib/libc/stdlib/
H A Dstrfmon.c102 memcpy(bufend, thousands_sep, thousands_sep_size); \
543 const char *thousands_sep; local
553 thousands_sep = lc->mon_thousands_sep;
554 if (*thousands_sep == '\0')
555 thousands_sep = lc->thousands_sep;
558 thousands_sep_size = strlen(thousands_sep);
/netbsd-current/lib/libc/locale/
H A Dglobal_locale.c117 .thousands_sep = __UNCONST(""),
H A Dsetlocale.c105 ldata->thousands_sep = __UNCONST(numeric->thousands_sep);
H A Dnl_langinfo.c153 [ THOUSEP ] = offsetofu16(_NumericLocale, thousands_sep),
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h56 __thousands_sep = __lc_input->thousands_sep;
67 __lc.thousands_sep = const_cast<char *>(__thousands_sep.c_str());
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlocale.in.h93 char *thousands_sep;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dlocale.in.h93 char *thousands_sep;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c1389 if (lc->thousands_sep != NULL)
1390 for (i = 0; lc->thousands_sep[i] != '\0'; i++)
1391 OUTCHAR(str, *len, size, lc->thousands_sep[i]);
1406 if (lc->thousands_sep != NULL) {
1407 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln++)
/netbsd-current/lib/libc/stdio/
H A Dvfwprintf.c631 char thousands_sep; /* locale specific thousands separator */ local
824 thousands_sep = '\0';
923 thousands_sep = *(localeconv_l(loc)->thousands_sep);
926 if (thousands_sep && grouping && *grouping)
929 thousands_sep = '\0';
1375 flags & GROUPING, thousands_sep,
1382 flags & GROUPING, thousands_sep,
1472 PRINT(&thousands_sep,
/netbsd-current/tests/lib/libc/locale/
H A Dt_strfmon.c109 ts = lc->thousands_sep;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dvasprintf.c888 char thousands_sep; /* Thousands separator (only with style 'f') */ member in struct:number_parts
1666 np->thousands_sep = MPFR_THOUSANDS_SEPARATOR;
1731 np->thousands_sep = '\0';
1967 if (np->thousands_sep)
2047 if (MPFR_UNLIKELY (np.thousands_sep))
2050 np.thousands_sep))
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dlocale.h573 char *thousands_sep;
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dlocale.h573 char *thousands_sep;
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dlocale.h573 char *thousands_sep;

Completed in 420 milliseconds

1234