HomeSort by relevance Sort by last modified time
    Searched full:monetary (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /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 */
locale.h 53 /* Structure giving information about numeric and monetary notation. */
56 /* Numeric (non-monetary) information. */
67 /* Monetary information. */
127 /* Return the numeric/monetary information for the current locale. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
monetary-ldbl.h 1 /* -mlong-double-64 compatibility mode for monetary functions.
21 # error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead."
  /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/iproute2/man/man8/
tc-prio.8 96 0001 1 Minimize monetary cost (mmc)
109 0x2 1 Minimize Monetary Cost 1 Filler 2
128 for a packet wanting Minimal Monetary Cost, Maximum Reliability, Maximum
163 NNTP 0001 (minimize monetary cost)
  /external/stlport/
Android.mk 16 src/monetary.cpp \
  /frameworks/base/location/java/android/location/
Criteria.java 26 * and bearing, and monetary cost.
97 * require altitude, speed, or bearing; and will not allow monetary
266 * Indicates whether the provider is allowed to incur monetary cost.
273 * Returns whether the provider is allowed to incur monetary cost.
LocationProvider.java 32 * characteristics or monetary costs to the user. The {@link
108 * monetary charge to the user, false if use is free. It is up to
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /external/qemu/slirp/
COPYRIGHT 8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
  /external/qemu/slirp-android/
COPYRIGHT 8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
  /frameworks/base/location/java/com/android/internal/location/
DummyLocationProvider.java 113 * monetary charge to the user, false if use is free. It is up to
  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 295 * Returns the character which represents the decimal point in a monetary
298 * @return the monetary decimal point as a character.
494 * Sets the character which represents the decimal point in a monetary
498 * the monetary decimal separator character.
  /libcore/luni/src/main/java/java/text/spi/
NumberFormatProvider.java 41 * monetary values for the given locale.
  /ndk/sources/cxx-stl/stlport/
Android.mk 32 src/monetary.cpp \
  /libcore/luni/src/main/java/java/sql/
ResultSetMetaData.java 202 * Returns whether the indexed column contains a monetary amount.
206 * @return {@code true} if it is a monetary value, {@code false} otherwise.
  /external/icu4c/i18n/
dcfmtsym.cpp 278 // If monetary decimal or grouping were not explicitly set, then set them to be the
279 // same as their non-monetary counterparts.
414 fSymbols[kMonetarySeparatorSymbol] = (UChar)0x2e; // '.' monetary decimal separator
  /external/stlport/stlport/stl/
_locale.h 113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /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/ndk/android-ndk-r5/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);

Completed in 887 milliseconds

1 2 3 4