Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp277 int32_t numAffixPatternMatchers = 0; in createAffixMatchers() local
300 fAffixPatternMatchers[numAffixPatternMatchers] = AffixPatternMatcher::fromAffixPattern( in createAffixMatchers()
302 AffixPatternMatcher* prefix = hasPrefix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()
309 fAffixPatternMatchers[numAffixPatternMatchers] = AffixPatternMatcher::fromAffixPattern( in createAffixMatchers()
311 AffixPatternMatcher* suffix = hasSuffix ? &fAffixPatternMatchers[numAffixPatternMatchers++] in createAffixMatchers()