Searched refs:LC_NUMERIC_MASK (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/android/support/include/
H A Dlocale.h66 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
80 | LC_NUMERIC_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dlocale_win32.h25 #define LC_NUMERIC_MASK _M_NUMERIC macro
32 | LC_NUMERIC_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
H A Dxlocale.h29 #define LC_NUMERIC_MASK 16 macro
33 LC_NUMERIC_MASK | LC_TIME_MASK)
65 if (category_mask & LC_NUMERIC_MASK)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
H A Dxlocale.h28 #define LC_NUMERIC_MASK (1<<4) macro
31 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c76 return (struct _Locale_numeric*)newlocale(LC_NUMERIC_MASK, nm, NULL);

Completed in 131 milliseconds