Searched refs:affixPtn (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | decimfmt.cpp | 567 AffixPatternsForCurrency* affixPtn = new AffixPatternsForCurrency( in setupCurrencyAffixPatterns() local 573 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status); in setupCurrencyAffixPatterns() 589 AffixPatternsForCurrency* affixPtn = new AffixPatternsForCurrency( in setupCurrencyAffixPatterns() local 595 fAffixPatternsForCurrency->put(*key, affixPtn, status); in setupCurrencyAffixPatterns() 2031 const AffixPatternsForCurrency* affixPtn = (AffixPatternsForCurrency*)valueTok.pointer; in parseForCurrency() local 2036 &affixPtn->negPrefixPatternForCurrency, in parseForCurrency() 2037 &affixPtn->negSuffixPatternForCurrency, in parseForCurrency() 2038 &affixPtn->posPrefixPatternForCurrency, in parseForCurrency() 2039 &affixPtn->posSuffixPatternForCurrency, in parseForCurrency() 2040 TRUE, affixPtn->patternType, in parseForCurrency()
|