Searched refs:affixLength (Results 1 – 1 of 1) sorted by relevance
1922 int32_t affixLength = trimmedAffix.length(); in compareSimpleAffix() local1939 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()1948 for (int32_t i = 0; i < affixLength; ) { in compareSimpleAffix()1965 if (i == affixLength) { in compareSimpleAffix()2020 if (affixCharLength == affixLength && affixSet->contains(affixChar)) { in compareSimpleAffix()2031 for (int32_t i = 0; i < affixLength; ) in compareSimpleAffix()2037 if (i >= affixLength || pos >= inputLength) { in compareSimpleAffix()2054 if (affixLength > 0 && ! match) { in compareSimpleAffix()