Home
last modified time | relevance | path

Searched refs:LC_TIME_MASK (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/include/
Dlocale.h67 #define LC_TIME_MASK (1 << LC_TIME) macro
81 | LC_TIME_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h30 #define LC_TIME_MASK 32 macro
33 LC_NUMERIC_MASK | LC_TIME_MASK)
63 if (category_mask & LC_TIME_MASK) in newlocale()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h29 #define LC_TIME_MASK (1<<5) macro
31 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h26 #define LC_TIME_MASK _M_TIME macro
33 | LC_TIME_MASK )
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c234 ret->lc_time = (mask & LC_TIME_MASK) ? p->lc_time : base->lc_time; in newlocale()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c82 return (struct _Locale_time*)newlocale(LC_TIME_MASK, nm, NULL); in _Locale_time_create()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale62 time = LC_TIME_MASK,