Home
last modified time | relevance | path

Searched refs:NL_CAT_LOCALE (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/include/
Dnl_types.h34 #define NL_CAT_LOCALE 1 macro
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c693 return catopen( __cat_name, NL_CAT_LOCALE ); in _Locale_catopen()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale3679 catalog __cat = (catalog)catopen(__nm.c_str(), NL_CAT_LOCALE);