OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_langinfo_l
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/android/support/src/musl-locale/
nl_langinfo_l.c
4
char *
nl_langinfo_l
(nl_item item, locale_t l)
function
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
463
return *(
nl_langinfo_l
(RADIXCHAR, (locale_t)__loc));
468
return *(
nl_langinfo_l
(THOUSEP, (locale_t)__loc));
473
return (_Locale_thousands_sep(__loc) != 0 ) ? (
nl_langinfo_l
(GROUPING, (locale_t)__loc)) : _empty_str;
478
return
nl_langinfo_l
(YESSTR, (locale_t)__loc);
483
return
nl_langinfo_l
(NOSTR, (locale_t)__loc);
501
return
nl_langinfo_l
(INT_CURR_SYMBOL, (locale_t)__loc);
506
return
nl_langinfo_l
(CURRENCY_SYMBOL, (locale_t)__loc);
511
return *(
nl_langinfo_l
(MON_DECIMAL_POINT,(locale_t)__loc));
516
return *(
nl_langinfo_l
(MON_THOUSANDS_SEP, (locale_t)__loc));
536
return (_Locale_mon_thousands_sep( __loc ) != 0 ) ?
nl_langinfo_l
(MON_GROUPING, (locale_t)__loc) : _empty_str
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
463
return *(
nl_langinfo_l
(RADIXCHAR, (locale_t)__loc));
468
return *(
nl_langinfo_l
(THOUSEP, (locale_t)__loc));
473
return (_Locale_thousands_sep(__loc) != 0 ) ? (
nl_langinfo_l
(GROUPING, (locale_t)__loc)) : _empty_str;
478
return
nl_langinfo_l
(YESSTR, (locale_t)__loc);
483
return
nl_langinfo_l
(NOSTR, (locale_t)__loc);
501
return
nl_langinfo_l
(INT_CURR_SYMBOL, (locale_t)__loc);
506
return
nl_langinfo_l
(CURRENCY_SYMBOL, (locale_t)__loc);
511
return *(
nl_langinfo_l
(MON_DECIMAL_POINT,(locale_t)__loc));
516
return *(
nl_langinfo_l
(MON_THOUSANDS_SEP, (locale_t)__loc));
536
return (_Locale_mon_thousands_sep( __loc ) != 0 ) ?
nl_langinfo_l
(MON_GROUPING, (locale_t)__loc) : _empty_str
[
all
...]
/ndk/sources/android/support/include/
langinfo.h
113
char *
nl_langinfo_l
(nl_item, locale_t);
/ndk/sources/android/support/
Android.mk
79
src/musl-locale/
nl_langinfo_l
.c \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
langinfo.h
569
`
nl_langinfo_l
' to get the name of the locale in use for CATEGORY. */
593
extern char *
nl_langinfo_l
(nl_item __item, __locale_t l);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h
569
`
nl_langinfo_l
' to get the name of the locale in use for CATEGORY. */
593
extern char *
nl_langinfo_l
(nl_item __item, __locale_t l);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h
569
`
nl_langinfo_l
' to get the name of the locale in use for CATEGORY. */
593
extern char *
nl_langinfo_l
(nl_item __item, __locale_t l);
Completed in 241 milliseconds