Home
last modified time | relevance | path

Searched refs:posPrefix (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Ddcfmapts.cpp200 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()
Dloctest.cpp1138 UChar posPrefix = 0x0e3f; in TestThaiCurrencyFormat() local
1146 if (thaiCurrency->getPositivePrefix(temp) != UnicodeString(&posPrefix, 1, 1)) in TestThaiCurrencyFormat()
/external/icu4c/i18n/
Ddecimfmt.cpp108 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/
Ddecimfmt.h2058 const UnicodeString* posPrefix,