Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dlocale.h69 #define LC_MONETARY_MASK (1 << LC_MONETARY) macro
83 | LC_MONETARY_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h28 #define LC_MONETARY_MASK 8 macro
32 LC_MESSAGES_MASK | LC_MONETARY_MASK |\
61 if (category_mask & LC_MONETARY_MASK) in newlocale()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h24 #define LC_MONETARY_MASK _M_MONETARY macro
31 | LC_MONETARY_MASK \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h27 #define LC_MONETARY_MASK (1<<3) macro
31 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c233 ret->lc_monetary = (mask & LC_MONETARY_MASK) ? p->lc_monetary : base->lc_monetary; in newlocale()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c94 return (struct _Locale_monetary*)newlocale(LC_MONETARY_MASK, nm, NULL); in _Locale_monetary_create()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale60 monetary = LC_MONETARY_MASK,