Searched refs:numAffixMatchers (Results 1 – 1 of 1) sorted by relevance
309 int32_t numAffixMatchers = 0; in createAffixMatchers() local348 fAffixMatchers[numAffixMatchers++] = {prefix, suffix, flags}; in createAffixMatchers()352 fAffixMatchers[numAffixMatchers++] = {prefix, nullptr, flags}; in createAffixMatchers()355 fAffixMatchers[numAffixMatchers++] = {nullptr, suffix, flags}; in createAffixMatchers()365 for (int32_t i = 1; i < numAffixMatchers; i++) { in createAffixMatchers()375 for (int32_t i = 0; i < numAffixMatchers; i++) { in createAffixMatchers()