Home
last modified time | relevance | path

Searched refs:negPrefix (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Ddcfmapts.cpp208 UnicodeString negPrefix; in testAPI() local
210 negPrefix = pat.getNegativePrefix(negPrefix); in testAPI()
211 logln((UnicodeString)"Negative prefix (should be -): " + negPrefix); in testAPI()
212 if(negPrefix != "-") { in testAPI()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1953 const UnicodeString* negPrefix,
/external/icu4c/i18n/
Ddecimfmt.cpp90 AffixPatternsForCurrency(const UnicodeString& negPrefix, in AffixPatternsForCurrency()
95 negPrefixPatternForCurrency = negPrefix; in AffixPatternsForCurrency()
119 AffixesForCurrency(const UnicodeString& negPrefix, in AffixesForCurrency()
123 negPrefixForCurrency = negPrefix; in AffixesForCurrency()
1828 const UnicodeString* negPrefix, in subparse() argument
1856 …int32_t negMatch = compareAffix(text, position, TRUE, TRUE, negPrefix, currencyParsing, type, cur… in subparse()