Searched refs:affixLength (Results 1 – 1 of 1) sorted by relevance
2306 int32_t affixLength = affix.length(); in compareSimpleAffix() local2319 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()2325 for (int32_t i = 0; i < affixLength; ) { in compareSimpleAffix()2341 if (i == affixLength) { in compareSimpleAffix()2382 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()2390 for (int32_t i = 0; i < affixLength; ) in compareSimpleAffix()2396 if (i >= affixLength || pos >= inputLength) { in compareSimpleAffix()2412 if (affixLength > 0 && ! match) { in compareSimpleAffix()