Searched refs:fAffixPatternsForCurrency (Results 1 – 2 of 2) sorted by relevance
332 fAffixPatternsForCurrency = NULL; in init()468 if (fAffixPatternsForCurrency == NULL) { in handleCurrencySignInPattern()508 fAffixPatternsForCurrency = initHashForAffixPattern(status); in setupCurrencyAffixPatterns()554 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status); in setupCurrencyAffixPatterns()582 fAffixPatternsForCurrency->put(*key, affixPtn, status); in setupCurrencyAffixPatterns()634 if (rhs.fAffixPatternsForCurrency) { in operator =()636 fAffixPatternsForCurrency = initHashForAffixPattern(status); in operator =()637 copyHashForAffixPattern(rhs.fAffixPatternsForCurrency, in operator =()638 fAffixPatternsForCurrency, status); in operator =()1107 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) { in parseForCurrency()[all …]
2244 Hashtable* fAffixPatternsForCurrency; variable