Searched refs:fAffixPatternsForCurrency (Results 1 – 2 of 2) sorted by relevance
420 fAffixPatternsForCurrency = NULL; in init()593 fAffixPatternsForCurrency = initHashForAffixPattern(status); in setupCurrencyAffixPatterns()634 fAffixPatternsForCurrency->put(UNICODE_STRING("default", 7), affixPtn, status); in setupCurrencyAffixPatterns()656 fAffixPatternsForCurrency->put(*key, affixPtn, status); in setupCurrencyAffixPatterns()822 if (rhs.fAffixPatternsForCurrency) { in operator =()824 fAffixPatternsForCurrency = initHashForAffixPattern(status); in operator =()825 copyHashForAffixPattern(rhs.fAffixPatternsForCurrency, in operator =()826 fAffixPatternsForCurrency, status); in operator =()1041 (fAffixPatternsForCurrency->equals(*other->fAffixPatternsForCurrency)) :2385 while ( (element = fAffixPatternsForCurrency->nextElement(pos)) != NULL ) {[all …]
2386 Hashtable* fAffixPatternsForCurrency; variable