Lines Matching full:hashtable
59 class Hashtable;
2187 // hashtable operations
2188 Hashtable* initHashForAffixPattern(UErrorCode& status);
2189 Hashtable* initHashForAffix(UErrorCode& status);
2192 void deleteHashForAffix(Hashtable*& table);
2194 void copyHashForAffixPattern(const Hashtable* source,
2195 Hashtable* target, UErrorCode& status);
2196 void copyHashForAffix(const Hashtable* source,
2197 Hashtable* target, UErrorCode& status);
2363 Hashtable* fAffixPatternsForCurrency;
2372 Hashtable* fAffixesForCurrency; // for current pattern
2373 Hashtable* fPluralAffixesForCurrency; // for plural pattern