HomeSort by: relevance | last modified time | path
    Searched defs:thousands_sep (Results 1 - 15 of 15) sorted by relevancy

  /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/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/sys/sys/
localedef.h 69 const char *thousands_sep; member in struct:__anon7614
  /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/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets.h 1757 thousands_sep() const function in class:numpunct
2028 * numpunct::grouping() and numpunct::thousands_sep(). If the
2091 * numpunct::grouping() and numpunct::thousands_sep(). If the
2131 * numpunct::grouping() and numpunct::thousands_sep(). If the
2389 * numpunct::grouping() and numpunct::thousands_sep().
2455 * numpunct::grouping() and numpunct::thousands_sep().
locale_facets_nonio.h 1148 thousands_sep() const function in class:moneypunct
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets.h 1757 thousands_sep() const function in class:numpunct
2028 * numpunct::grouping() and numpunct::thousands_sep(). If the
2088 * numpunct::grouping() and numpunct::thousands_sep(). If the
2128 * numpunct::grouping() and numpunct::thousands_sep(). If the
2383 * numpunct::grouping() and numpunct::thousands_sep().
2446 * numpunct::grouping() and numpunct::thousands_sep().
locale_facets_nonio.h 1148 thousands_sep() const function in class:moneypunct
  /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/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,

Completed in 45 milliseconds