HomeSort by relevance Sort by last modified time
    Searched refs:monetary (Results 1 - 17 of 17) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
monetary.h 1 /* Header file for monetary value formatting functions.
39 /* Formatting a monetary value according to the current locale. */
47 /* Formatting a monetary value according to the current locale. */
55 # include <bits/monetary-ldbl.h>
60 #endif /* monetary.h */
  /external/stlport/src/
facets_byname.cpp 515 _Locale_monetary * monetary) {
516 switch (_Locale_p_sign_posn(monetary)) {
520 if (_Locale_p_cs_precedes(monetary)) {
523 if (_Locale_p_sep_by_space(monetary)) {
535 if (_Locale_p_sep_by_space(monetary)) {
547 if (_Locale_p_cs_precedes(monetary)) {
550 if (_Locale_p_sep_by_space(monetary)) {
564 if (_Locale_p_sep_by_space(monetary)) {
578 if (_Locale_p_cs_precedes(monetary)) {
582 if (_Locale_p_sep_by_space(monetary)) {
    [all...]
locale.cpp 202 L->name += string("LC_MONETARY=") + _Locale_extract_monetary_name((c & locale::monetary) ? monetary_name : name, buf, 0, &__err_code) + ";";
280 if (c & locale::monetary)
321 if (c & monetary) {
437 const locale::category locale::monetary; member in class:locale
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 515 _Locale_monetary * monetary) {
516 switch (_Locale_p_sign_posn(monetary)) {
520 if (_Locale_p_cs_precedes(monetary)) {
523 if (_Locale_p_sep_by_space(monetary)) {
535 if (_Locale_p_sep_by_space(monetary)) {
547 if (_Locale_p_cs_precedes(monetary)) {
550 if (_Locale_p_sep_by_space(monetary)) {
564 if (_Locale_p_sep_by_space(monetary)) {
578 if (_Locale_p_cs_precedes(monetary)) {
582 if (_Locale_p_sep_by_space(monetary)) {
    [all...]
locale.cpp 202 L->name += string("LC_MONETARY=") + _Locale_extract_monetary_name((c & locale::monetary) ? monetary_name : name, buf, 0, &__err_code) + ";";
280 if (c & locale::monetary)
321 if (c & monetary) {
437 const locale::category locale::monetary; member in class:locale
  /external/stlport/
Android.mk 20 src/monetary.cpp \
  /external/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /ndk/sources/cxx-stl/stlport/
Android.mk 32 src/monetary.cpp \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilt/linux-x86/toolchain/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
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 188 struct _Locale_name_hint* _Locale_get_monetary_hint(struct _Locale_monetary* monetary)
353 /* 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 */
  /external/stlport/test/unit/
money_facets_test.cpp 99 * to separate the international currency symbol from the monetary quantity.
439 locale tmp(locale::classic(), tested_locales[i].name, locale::monetary); member in class:locale
  /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 */
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 99 * to separate the international currency symbol from the monetary quantity.
439 locale tmp(locale::classic(), tested_locales[i].name, locale::monetary); member in class:locale
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 99 * to separate the international currency symbol from the monetary quantity.
439 locale tmp(locale::classic(), tested_locales[i].name, locale::monetary); member in class:locale

Completed in 548 milliseconds