Searched refs:lastStarterLength (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1188 int32_t lastStarterLength = decomp.moveIndex32(0, 1); local
1189 if(lastStarterLength == decomp.length()) {
1195 decomp, lastStarterLength, 0x7fffffff) == 0) {
1204 newString.setTo(nfdString, 0, indexAfterLastStarter - lastStarterLength).append(composite);
1209 int32_t decompIndex = lastStarterLength;

Completed in 236 milliseconds