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/ |
D | decimfmt.cpp | 108 const UnicodeString& posPrefix, in AffixPatternsForCurrency() 113 posPrefixPatternForCurrency = posPrefix; in AffixPatternsForCurrency() 137 const UnicodeString& posPrefix, in AffixesForCurrency() 141 posPrefixForCurrency = posPrefix; in AffixesForCurrency() 2124 const UnicodeString* posPrefix, in subparse() argument 2156 DBGAPPD(posPrefix); in subparse() 2170 (posPrefix==NULL||posPrefix->isEmpty()) && in subparse() 2267 printf("posPrefix=%p posSuffix=%p ", posPrefix, posSuffix); in subparse() 2285 …int32_t posMatch = compareAffix(text, position, FALSE, TRUE, posPrefix, currencyParsing, type, cur… in subparse()
|
/external/icu4c/i18n/unicode/ |
D | decimfmt.h | 2058 const UnicodeString* posPrefix,
|