Home
last modified time | relevance | path

Searched refs:AffixMatcherWarehouse (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h225 class AffixMatcherWarehouse {
227 AffixMatcherWarehouse() = default; // WARNING: Leaves the object in an unusable state
229 AffixMatcherWarehouse(AffixTokenMatcherWarehouse* tokenWarehouse);
Dnumparse_affixes.cpp260 AffixMatcherWarehouse::AffixMatcherWarehouse(AffixTokenMatcherWarehouse* tokenWarehouse) in AffixMatcherWarehouse() function in AffixMatcherWarehouse
264 bool AffixMatcherWarehouse::isInteresting(const AffixPatternProvider& patternInfo, in isInteresting()
294 void AffixMatcherWarehouse::createAffixMatchers(const AffixPatternProvider& patternInfo, in createAffixMatchers()
Dnumparse_impl.h85 AffixMatcherWarehouse affixMatcherWarehouse;