Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dlocale.h43 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
56 | LC_NUMERIC_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h19 #define LC_NUMERIC_MASK (1<<4) macro
22 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h24 #define LC_NUMERIC_MASK _M_NUMERIC macro
31 | LC_NUMERIC_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__locale59 numeric = LC_NUMERIC_MASK,