Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1922 int32_t affixLength = trimmedAffix.length(); in compareSimpleAffix() local
1939 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()