Searched refs:negSuffix (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | dcfmapts.cpp | 224 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/ |
D | decimfmt.h | 1954 const UnicodeString* negSuffix,
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 91 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()
|