Searched refs:lconv (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/
H A Dlocale.h8 extern struct lconv *__localeconv (void);
/haiku/headers/private/libroot/locale/
H A DPosixLocaleConv.h16 extern struct lconv gPosixLocaleConv;
H A DICUNumericData.h22 struct lconv& localeConv);
38 struct lconv& fLocaleConv;
H A DICUMonetaryData.h30 struct lconv& localeConv);
73 struct lconv& fLocaleConv;
74 const struct lconv* fPosixLocaleConv;
H A DLocaleBackend.h56 const struct lconv* const posixLocaleConv;
86 const struct lconv* const posixLocaleConv;
146 virtual const struct lconv* LocaleConv() = 0;
H A DICULocaleBackend.h37 virtual const struct lconv* LocaleConv();
89 struct lconv fLocaleConv;
/haiku/src/system/libroot/posix/locale/
H A Dlocaleconv.cpp23 extern "C" struct lconv*
29 return const_cast<lconv*>(backend->LocaleConv());
37 extern "C" struct lconv*
44 return const_cast<lconv*>(backend->LocaleConv());
H A DLocaleData.cpp197 struct lconv gPosixLocaleConv = {
/haiku/headers/posix/
H A Dlocale.h12 struct lconv { struct
69 extern struct lconv *localeconv(void);
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h46 struct lconv struct
120 extern struct lconv *localeconv (void) __THROW;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c92 extern struct lconv* localeconv_l(locale_t);
94 static ssize_t __strfmon(char*, size_t, struct lconv*, const char*, va_list ap);
95 static void __setup_vars(int, struct lconv*, char *, char *, char *, char **);
96 static int __calc_left_pad(int, struct lconv*, char *);
97 static char *__format_grouped_double(double, struct lconv*, int *, int, int, int);
104 struct lconv* lc = localeconv();
114 struct lconv* lc = localeconv_l(locale);
121 __strfmon(char *s, size_t maxsize, struct lconv* lc, const char *format, va_list ap)
136 char cs_precedes, /* values gathered from struct lconv */
425 __setup_vars(int flags, struct lconv* l
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp22 ICUNumericData::ICUNumericData(pthread_key_t tlsKey, struct lconv& localeConv)
H A DICUMonetaryData.cpp22 ICUMonetaryData::ICUMonetaryData(pthread_key_t tlsKey, struct lconv& localeConv)
254 // ASCII charset used/assumed by POSIX lconv. So we use space
272 // ASCII charset used/assumed by POSIX lconv. So we use space
H A DICULocaleBackend.cpp134 const struct lconv*
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp118 test_localeconv(const char* locale, const lconv* localeConv)
125 struct lconv* lc = localeconv();
268 const lconv lconv_posix = {
296 const lconv lconv_de = {
324 const lconv lconv_de_iso = {
352 const lconv lconv_hr = {
380 const lconv lconv_de_CH = {
408 const lconv lconv_gu_IN = {
436 const lconv lconv_it = {
464 const lconv lconv_n
[all...]

Completed in 107 milliseconds