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

  /external/stlport/src/
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/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/
locale.cpp 203 L->name += string("LC_MONETARY=") + _Locale_extract_monetary_name((c & locale::monetary) ? monetary_name : name, buf, 0, &__err_code) + ";";
281 if (c & locale::monetary)
322 if (c & monetary) {
438 const locale::category locale::monetary; member in class:locale
  /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
  /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++/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

Completed in 2424 milliseconds