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

/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp253 UnicodeString negPrefix; local
255 negPrefix = pat.getNegativePrefix(negPrefix);
256 logln((UnicodeString)"Negative prefix (should be -): " + negPrefix);
257 if(negPrefix != "-") {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java2391 * @param negPrefix negative prefix pattern
2400 boolean status[], Currency currency[], String negPrefix, String negSuffix, String posPrefix,
2413 int negMatch = compareAffix(text, position, true, true, negPrefix, parseComplexCurrency, type, currency);
5998 public AffixForCurrency(String negPrefix, String negSuffix, String posPrefix, argument
6000 negPrefixPatternForCurrency = negPrefix;
2398 subparse( String text, ParsePosition parsePosition, DigitList digits, boolean status[], Currency currency[], String negPrefix, String negSuffix, String posPrefix, String posSuffix, boolean parseComplexCurrency, int type) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java2405 * @param negPrefix negative prefix pattern
2414 boolean status[], Currency currency[], String negPrefix, String negSuffix, String posPrefix,
2427 int negMatch = compareAffix(text, position, true, true, negPrefix, parseComplexCurrency, type, currency);
6103 public AffixForCurrency(String negPrefix, String negSuffix, String posPrefix, argument
6105 negPrefixPatternForCurrency = negPrefix;
2412 subparse( String text, ParsePosition parsePosition, DigitList digits, boolean status[], Currency currency[], String negPrefix, String negSuffix, String posPrefix, String posSuffix, boolean parseComplexCurrency, int type) argument
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp112 AffixPatternsForCurrency(const UnicodeString& negPrefix, argument
117 negPrefixPatternForCurrency = negPrefix;
150 AffixesForCurrency(const UnicodeString& negPrefix, argument
154 negPrefixForCurrency = negPrefix;
477 UnicodeString &negPrefix,
496 negPrefix = out.fNegPrefixPattern;
541 UnicodeString negPrefix; local
547 negPrefix, negSuffix, posPrefix, posSuffix, status); local
549 negPrefix,
568 UnicodeString negPrefix; local
474 applyPatternWithNoSideEffects( const UnicodeString& pattern, UParseError& parseError, UnicodeString &negPrefix, UnicodeString &negSuffix, UnicodeString &posPrefix, UnicodeString &posSuffix, UErrorCode& status) argument
1212 subparse(const UnicodeString& text, const UnicodeString* negPrefix, const UnicodeString* negSuffix, const UnicodeString* posPrefix, const UnicodeString* posSuffix, UBool complexCurrencyParsing, int8_t type, ParsePosition& parsePosition, DigitList& digits, UBool* status, UChar* currency) const argument
[all...]

Completed in 161 milliseconds