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

1 2

  /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
c_locale.h 345 * FUNCTIONS THAT USE MONETARY
  /external/stlport/
Android.mk 22 src/monetary.cpp \
  /frameworks/base/location/java/android/location/
Criteria.java 26 * and bearing, and monetary cost.
71 * require altitude, speed, or bearing; and will not allow monetary
149 * Indicates whether the provider is allowed to incur monetary cost.
156 * Returns whether the provider is allowed to incur monetary cost.
LocationProvider.java 29 * characteristics or monetary costs to the user. The {@link
121 * monetary charge to the user, false if use is free. It is up to
  /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)
  /dalvik/libcore/text/src/main/java/java/text/
DecimalFormatSymbols.java 226 * Returns the character which represents the decimal point in a monetary
229 * @return the monetary decimal point as a character.
411 * Sets the character which represents the decimal point in a monetary
415 * the monetary decimal separator character.
  /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 112 * monetary charge to the user, false if use is free. It is up to
  /dalvik/libcore/sql/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/unicode/
dcfmtsym.h 109 /** The monetary separator */
124 /** The monetary grouping separator
unum.h 121 * locale like the currency symbol, the grouping seperator , monetary seperator
791 /** The monetary separator */
806 /** The monetary grouping separator
ucurr.h 216 * A fund code is a monetary resource associated with a currency.
  /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);
  /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/src/c_locale_win32/
c_wlocale_win32.c 272 /* Monetary */
  /frameworks/base/location/java/android/location/provider/
LocationProvider.java 191 * monetary charge to the user, false if use is free. It is up to
  /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
  /external/icu4c/test/intltest/
numrgts.cpp 828 * decimal separator instead of monetary decimal separator.
831 * never contain the monetary separator! Decimal separator in pattern is
832 * interpreted as monetary separator if currency symbol is seen!
854 errln("ERROR in test: want decimal sep != monetary sep");
    [all...]
  /external/icu4c/i18n/
dcfmtsym.cpp 350 fSymbols[kMonetarySeparatorSymbol] = (UChar)0x2e; // '.' monetary decimal separator
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties     [all...]
CertPathReviewerMessages_de.properties     [all...]

Completed in 369 milliseconds

1 2