Home
last modified time | relevance | path

Searched refs:LC_NUMERIC_MASK (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/support/include/
Dlocale.h65 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
79 | LC_NUMERIC_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h29 #define LC_NUMERIC_MASK 16 macro
33 LC_NUMERIC_MASK | LC_TIME_MASK)
65 if (category_mask & LC_NUMERIC_MASK) in newlocale()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h25 #define LC_NUMERIC_MASK _M_NUMERIC macro
32 | LC_NUMERIC_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
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/
Dc_locale_glibc2.c76 return (struct _Locale_numeric*)newlocale(LC_NUMERIC_MASK, nm, NULL); in _Locale_numeric_create()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale61 numeric = LC_NUMERIC_MASK,