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
langinfo.c
29
char *
nl_langinfo_l
(nl_item item, locale_t loc)
function
65
return
nl_langinfo_l
(item, 0);
69
weak_alias(__nl_langinfo_l,
nl_langinfo_l
);
/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
116
char *
nl_langinfo_l
(nl_item, locale_t);
/prebuilts/ndk/9/sources/android/support/include/
langinfo.h
116
char *
nl_langinfo_l
(nl_item, locale_t);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
langinfo.h
570
`
nl_langinfo_l
' to get the name of the locale in use for CATEGORY. */
595
extern char *
nl_langinfo_l
(nl_item __item, __locale_t __l);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
langinfo.h
570
`
nl_langinfo_l
' to get the name of the locale in use for CATEGORY. */
595
extern char *
nl_langinfo_l
(nl_item __item, __locale_t __l);
Completed in 296 milliseconds