Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp2306 int32_t affixLength = affix.length(); in compareSimpleAffix() local
2319 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()