/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 113 _STLP_STATIC_CONSTANT(category, monetary = 0x040); 117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_locale.h | 113 _STLP_STATIC_CONSTANT(category, monetary = 0x040); 117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/ |
ISISMTTObjectIdentifiers.java | 45 * Monetary limit for transactions. The QcEuMonetaryLimit QC statement MUST
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_classes.h | 92 * monetary, and messages. They form a bitmask that supports union and 102 static const category monetary = 1L << 4; member in class:locale 105 time | monetary | messages); 293 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 95 * monetary, and messages. They form a bitmask that supports union and 105 static const category monetary = 1L << 4; member in class:locale 108 time | monetary | messages); 296 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 95 * monetary, and messages. They form a bitmask that supports union and 105 static const category monetary = 1L << 4; member in class:locale 108 time | monetary | messages); 296 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 92 * monetary, and messages. They form a bitmask that supports union and 102 static const category monetary = 1L << 4; member in class:locale 105 time | monetary | messages); 293 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 92 * monetary, and messages. They form a bitmask that supports union and 102 static const category monetary = 1L << 4; member in class:locale 105 time | monetary | messages); 293 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 92 * monetary, and messages. They form a bitmask that supports union and 102 static const category monetary = 1L << 4; member in class:locale 105 time | monetary | messages); 293 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_classes.h | 92 * monetary, and messages. They form a bitmask that supports union and 102 static const category monetary = 1L << 4; member in class:locale 105 time | monetary | messages); 293 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_classes.h | 95 * monetary, and messages. They form a bitmask that supports union and 105 static const category monetary = 1L << 4; member in class:locale 108 time | monetary | messages); 296 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_classes.h | 95 * monetary, and messages. They form a bitmask that supports union and 105 static const category monetary = 1L << 4; member in class:locale 108 time | monetary | messages); 297 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_classes.h | 95 * monetary, and messages. They form a bitmask that supports union and 105 static const category monetary = 1L << 4; member in class:locale 108 time | monetary | messages); 296 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_classes.h | 95 * monetary, and messages. They form a bitmask that supports union and 105 static const category monetary = 1L << 4; member in class:locale 108 time | monetary | messages); 297 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_classes.h | 93 * monetary, and messages. They form a bitmask that supports union and 103 static const category monetary = 1L << 4; member in class:locale 106 time | monetary | messages); 295 // collate, ctype, monetary, numeric, time, and messages. These
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 61 Returns numeric and monetary locale-specific parameters. 140 def _group(s, monetary=False): 142 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 143 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 185 def format(percent, value, grouping=False, monetary=False, *additional): 196 return _format(percent, value, grouping, monetary, *additional) 198 def _format(percent, value, grouping=False, monetary=False, *additional): 208 parts[0], seps = _group(parts[0], monetary=monetary) 209 decimal_point = localeconv()[monetary and 'mon_decimal_point [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 61 Returns numeric and monetary locale-specific parameters. 140 def _group(s, monetary=False): 142 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 143 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 185 def format(percent, value, grouping=False, monetary=False, *additional): 196 return _format(percent, value, grouping, monetary, *additional) 198 def _format(percent, value, grouping=False, monetary=False, *additional): 208 parts[0], seps = _group(parts[0], monetary=monetary) 209 decimal_point = localeconv()[monetary and 'mon_decimal_point [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
dcfmtsym.h | 110 /** The monetary separator */ 125 /** The monetary grouping separator
|
unum.h | 122 * locale like the currency symbol, the grouping seperator , monetary seperator [all...] |
ucurr.h | 216 * A fund code is a monetary resource associated with a currency.
|
/external/icu4c/i18n/unicode/ |
dcfmtsym.h | 111 /** The monetary separator */ 126 /** The monetary grouping separator
|
/external/stlport/src/c_locale_dummy/ |
c_locale_dummy.c | 192 struct _Locale_name_hint* _Locale_get_monetary_hint(struct _Locale_monetary* monetary) 364 /* Monetary */
|
/external/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 273 struct _Locale_name_hint* _Locale_get_monetary_hint(struct _Locale_monetary* monetary) 497 /* Monetary */
|
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
c_locale_dummy.c | 192 struct _Locale_name_hint* _Locale_get_monetary_hint(struct _Locale_monetary* monetary) 364 /* Monetary */
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 273 struct _Locale_name_hint* _Locale_get_monetary_hint(struct _Locale_monetary* monetary) 497 /* Monetary */
|