| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| numeric_members.cc | 80 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];
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| numeric_members.cc | 80 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];
|
| /src/sys/sys/ |
| localedef.h | 69 const char *thousands_sep; member in struct:__anon7614
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| numeric_members.cc | 117 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;
|
| monetary_members.cc | 246 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;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| numeric_members.cc | 117 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;
|
| monetary_members.cc | 246 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;
|
| /src/lib/libc/citrus/ |
| citrus_lc_numeric.c | 81 free(__UNCONST(data->thousands_sep)); 95 { _CITRUS_LC_NUMERIC_SYM_THOUSANDS_SEP, OFFSET(thousands_sep) },
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| printf_fp.c | 125 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' 139 const char *thousands_sep = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| printf_fp.c | 125 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' 139 const char *thousands_sep = NULL; local [all...] |
| /src/include/ |
| locale.h | 41 char *thousands_sep; member in struct:lconv
|
| /src/lib/libc/stdlib/ |
| strfmon.c | 102 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);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| locale.d | 50 char* thousands_sep; 133 char* thousands_sep; 230 char* thousands_sep; 306 char* thousands_sep; 381 char* thousands_sep;
|
| /src/lib/libc/locale/ |
| global_locale.c | 117 .thousands_sep = __UNCONST(""),
|
| setlocale.c | 105 ldata->thousands_sep = __UNCONST(numeric->thousands_sep);
|
| nl_langinfo.c | 153 [ THOUSEP ] = offsetofu16(_NumericLocale, thousands_sep),
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| locale.d | 35 char* thousands_sep;
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
| locale_win32.h | 56 __thousands_sep = __lc_input->thousands_sep; 67 __lc.thousands_sep = const_cast<char *>(__thousands_sep.c_str());
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| locale.in.h | 93 char *thousands_sep;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| locale.in.h | 93 char *thousands_sep;
|
| /src/lib/libc/stdio/ |
| vfwprintf.c | 631 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,
|
| /src/external/bsd/ntp/dist/libntp/ |
| snprintf.c | 1389 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++)
|
| /src/tests/lib/libc/locale/ |
| t_strfmon.c | 109 ts = lc->thousands_sep;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| vasprintf.c | 888 char thousands_sep; /* Thousands separator (only with style 'f') */ member in struct:number_parts 1648 np->thousands_sep = MPFR_THOUSANDS_SEPARATOR; 1712 np->thousands_sep = '\0'; 1949 if (np->thousands_sep) 2029 if (MPFR_UNLIKELY (np.thousands_sep)) 2032 np.thousands_sep))
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| locale.h | 604 char *thousands_sep;
|