Searched refs:posPrefix (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | dcfmapts.cpp | 200 UnicodeString posPrefix; in testAPI() local 202 posPrefix = pat.getPositivePrefix(posPrefix); in testAPI() 203 logln((UnicodeString)"Positive prefix (should be +): " + posPrefix); in testAPI() 204 if(posPrefix != "+") { in testAPI()
|
D | loctest.cpp | 1138 UChar posPrefix = 0x0e3f; in TestThaiCurrencyFormat() local 1146 if (thaiCurrency->getPositivePrefix(temp) != UnicodeString(&posPrefix, 1, 1)) in TestThaiCurrencyFormat()
|
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 1955 const UnicodeString* posPrefix,
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 92 const UnicodeString& posPrefix, in AffixPatternsForCurrency() 97 posPrefixPatternForCurrency = posPrefix; in AffixPatternsForCurrency() 121 const UnicodeString& posPrefix, in AffixesForCurrency() 125 posPrefixForCurrency = posPrefix; in AffixesForCurrency() 1830 const UnicodeString* posPrefix, in subparse() argument 1855 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, cur… in subparse()
|