OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LC_NULL_LOCALE
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/android/support/src/locale/
locale_impl.h
33
#define
LC_NULL_LOCALE
((locale_t)0)
freelocale.c
32
if (loc !=
LC_NULL_LOCALE
&& loc != LC_GLOBAL_LOCALE)
duplocale.c
36
if (loc ==
LC_NULL_LOCALE
) {
38
return
LC_NULL_LOCALE
;
newlocale.c
42
return
LC_NULL_LOCALE
;
45
if (base ==
LC_NULL_LOCALE
)
Completed in 107 milliseconds