Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dlanginfo.h100 #define INT_CURRENCY_SYMBOL _NL_ITEM(LC_MONETARY,0)
101 #define CURRENCY_SYMBOL _NL_ITEM(LC_MONETARY,1)
102 #define MON_DECIMAL_POINT _NL_ITEM(LC_MONETARY,2)
103 #define MON_THOUSANDS_SEP _NL_ITEM(LC_MONETARY,3)
104 #define MON_GROUPING _NL_ITEM(LC_MONETARY,4)
105 #define POSITIVE_SIGN _NL_ITEM(LC_MONETARY,5)
106 #define NEGATIVE_SIGN _NL_ITEM(LC_MONETARY,6)
107 #define INT_FRAC_DIGITS _NL_ITEM(LC_MONETARY,7)
108 #define FRAC_DIGITS _NL_ITEM(LC_MONETARY,8)
Dlocale.h49 #define LC_MONETARY LC_MONETARY macro
68 #define LC_MONETARY_MASK (1 << LC_MONETARY)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dlocale_h.pass.cpp27 #ifndef LC_MONETARY
28 #error LC_MONETARY not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
Dclocale.pass.cpp27 #ifndef LC_MONETARY
28 #error LC_MONETARY not defined
/ndk/sources/android/support/src/musl-locale/
Dlanginfo.c46 case LC_MONETARY: in nl_langinfo_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dclocale22 LC_MONETARY
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c187 return ((locale_t)__loc)->__names[LC_MONETARY]; in _Locale_monetary_name()
553 const char* lname = ((locale_t)__loc)->__names[LC_MONETARY]; in _Locale_int_frac_digits()
563 const char* lname = ((locale_t)__loc)->__names[LC_MONETARY]; in _Locale_frac_digits()