Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmapts.cpp224 UnicodeString negSuffix; in testAPI() local
226 negSuffix = pat.getNegativeSuffix(negSuffix); in testAPI()
227 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix); in testAPI()
228 if(negSuffix != "~") { in testAPI()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1954 const UnicodeString* negSuffix,
/external/icu4c/i18n/
Ddecimfmt.cpp91 const UnicodeString& negSuffix, in AffixPatternsForCurrency()
96 negSuffixPatternForCurrency = negSuffix; in AffixPatternsForCurrency()
120 const UnicodeString& negSuffix, in AffixesForCurrency()
124 negSuffixForCurrency = negSuffix; in AffixesForCurrency()
1829 const UnicodeString* negSuffix, in subparse() argument
2179 …negSuffixMatch = compareAffix(text, position, TRUE, FALSE, negSuffix, currencyParsing, type, curre… in subparse()