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

/haiku/headers/posix/
H A Dlocale.h14 char *thousands_sep; member in struct:lconv
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp29 fLocaleConv.thousands_sep = fThousandsSep;
105 strcpy(fThousandsSep, fDataBridge->posixLocaleConv->thousands_sep);
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h51 char *thousands_sep; /* Thousands separator. */ member in struct:lconv
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c87 *--bufend = thousands_sep; \
528 char thousands_sep; local
536 thousands_sep = *lc->mon_thousands_sep;
537 if (thousands_sep == '\0')
538 thousands_sep = *lc->thousands_sep;
589 && thousands_sep != '\0') {
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c135 wchar_t thousands_sep, int ngroups)
157 const char *thousands_sep = NULL; local
303 thousands_sep = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP);
305 thousands_sep = _NL_CURRENT (LC_MONETARY, MON_THOUSANDS_SEP);
309 || (! wide && *thousands_sep == '\0'))
1117 if (thousands_sep == NULL)
1120 thousands_sep_len = strlen (thousands_sep);
1142 cp = (char *) __mempcpy (cp, thousands_sep, thousands_sep_len);
1209 const char *grouping, wchar_t thousands_sep, int ngroups)
1227 *p-- = thousands_sep;
1208 group_number(wchar_t *buf, wchar_t *bufend, unsigned int intdig_no, const char *grouping, wchar_t thousands_sep, int ngroups) argument
[all...]
H A Dvfprintf.c234 wchar_t thousands_sep = L'\0'; local
236 const char *thousands_sep = NULL;
652 thousands_sep); \
710 thousands_sep); \
1404 thousands_sep = _NL_CURRENT_WORD (LC_NUMERIC,
1407 thousands_sep = _NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP);
1413 || thousands_sep == L'\0'
1415 || *thousands_sep == '\0'
1642 thousands_sep = _NL_CURRENT_WORD (LC_NUMERIC,
1645 thousands_sep
[all...]
/haiku/src/system/libroot/posix/locale/
H A DLocaleData.cpp316 gPosixLocaleConv.thousands_sep,
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp134 if (strcmp(lc->thousands_sep, localeConv->thousands_sep) != 0) {
135 printf("\tPROBLEM: lc.thousands_sep = \"%s\" (expected \"%s\")\n",
136 lc->thousands_sep, localeConv->thousands_sep);

Completed in 68 milliseconds