Home
last modified time | relevance | path

Searched refs:tokenWarehouse (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp226 … AffixTokenMatcherWarehouse& tokenWarehouse, in fromAffixPattern() argument
239 ignorables = &tokenWarehouse.ignorables(); in fromAffixPattern()
242 AffixPatternMatcherBuilder builder(affixPattern, tokenWarehouse, ignorables); in fromAffixPattern()
260 AffixMatcherWarehouse::AffixMatcherWarehouse(AffixTokenMatcherWarehouse* tokenWarehouse) in AffixMatcherWarehouse() argument
261 : fTokenWarehouse(tokenWarehouse) { in AffixMatcherWarehouse()
Dnumparse_affixes.h229 AffixMatcherWarehouse(AffixTokenMatcherWarehouse* tokenWarehouse);