Searched defs:negPrefix (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmapts.cpp208 UnicodeString negPrefix; local
210 negPrefix = pat.getNegativePrefix(negPrefix);
211 logln((UnicodeString)"Negative prefix (should be -): " + negPrefix);
212 if(negPrefix != "-") {
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp235 UnicodeString negPrefix; local
237 negPrefix = pat.getNegativePrefix(negPrefix);
238 logln((UnicodeString)"Negative prefix (should be -): " + negPrefix);
239 if(negPrefix != "-") {
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp134 AffixPatternsForCurrency(const UnicodeString& negPrefix, argument
139 negPrefixPatternForCurrency = negPrefix;
172 AffixesForCurrency(const UnicodeString& negPrefix, argument
176 negPrefixForCurrency = negPrefix;
2466 * @param negPrefix negative prefix.
2483 const UnicodeString* negPrefix,
2516 DBGAPPD(negPrefix);
2521 printf("currencyParsing=%d, fFormatWidth=%d, isParseIntegerOnly=%c text.length=%d negPrefLen=%d\n", currencyParsing, fFormatWidth, (isParseIntegerOnly())?'Y':'N', text.length(), negPrefix!=NULL?negPrefix->length():-1);
2529 // (negPrefix!
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp87 AffixPatternsForCurrency(const UnicodeString& negPrefix, argument
92 negPrefixPatternForCurrency = negPrefix;
116 AffixesForCurrency(const UnicodeString& negPrefix, argument
120 negPrefixForCurrency = negPrefix;
1793 * @param negPrefix negative prefix.
1810 const UnicodeString* negPrefix,
1837 int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix,currencyParsing, type, currency);
1809 subparse(const UnicodeString& text, const UnicodeString* negPrefix, const UnicodeString* negSuffix, const UnicodeString* posPrefix, const UnicodeString* posSuffix, UBool currencyParsing, int8_t type, ParsePosition& parsePosition, DigitList& digits, UBool* status, UChar* currency) const argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 103 milliseconds