Searched defs:LC_TIME_MASK (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
H A Dxlocale.h29 #define LC_TIME_MASK (1<<5) macro
31 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/ndk/sources/android/support/include/
H A Dlocale.h67 #define LC_TIME_MASK (1 << LC_TIME) macro
81 | LC_TIME_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dlocale_win32.h26 #define LC_TIME_MASK _M_TIME macro
33 | LC_TIME_MASK )
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
H A Dxlocale.h30 #define LC_TIME_MASK 32 macro
33 LC_NUMERIC_MASK | LC_TIME_MASK)
63 if (category_mask & LC_TIME_MASK)

Completed in 128 milliseconds