Searched refs:AffixTokenMatcherWarehouse (Results 1 – 4 of 4) sorted by relevance
114 class U_I18N_API AffixTokenMatcherWarehouse : public UMemory {116 AffixTokenMatcherWarehouse() = default; // WARNING: Leaves the object in an unusable state118 AffixTokenMatcherWarehouse(const AffixTokenMatcherSetupData* setupData);155 AffixPatternMatcherBuilder(const UnicodeString& pattern, AffixTokenMatcherWarehouse& warehouse,169 AffixTokenMatcherWarehouse& fWarehouse;182 AffixTokenMatcherWarehouse& warehouse,229 AffixMatcherWarehouse(AffixTokenMatcherWarehouse* tokenWarehouse);241 AffixTokenMatcherWarehouse* fTokenWarehouse;
61 AffixTokenMatcherWarehouse& warehouse, in AffixPatternMatcherBuilder()173 AffixTokenMatcherWarehouse::AffixTokenMatcherWarehouse(const AffixTokenMatcherSetupData* setupData) in AffixTokenMatcherWarehouse() function in AffixTokenMatcherWarehouse176 NumberParseMatcher& AffixTokenMatcherWarehouse::minusSign() { in minusSign()180 NumberParseMatcher& AffixTokenMatcherWarehouse::plusSign() { in plusSign()184 NumberParseMatcher& AffixTokenMatcherWarehouse::percent() { in percent()188 NumberParseMatcher& AffixTokenMatcherWarehouse::permille() { in permille()192 NumberParseMatcher& AffixTokenMatcherWarehouse::currency(UErrorCode& status) { in currency()196 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables()200 NumberParseMatcher& AffixTokenMatcherWarehouse::nextCodePointMatcher(UChar32 cp) { in nextCodePointMatcher()226 … AffixTokenMatcherWarehouse& tokenWarehouse, in fromAffixPattern()[all …]
86 AffixTokenMatcherWarehouse affixTokenMatcherWarehouse;
254 AffixTokenMatcherWarehouse warehouse(&affixSetupData); in testCombinedCurrencyMatcher()257 AffixTokenMatcherWarehouse warehouseNoForeign(&affixSetupData); in testCombinedCurrencyMatcher()317 AffixTokenMatcherWarehouse warehouse(&affixSetupData); in testAffixPatternMatcher()