Home | History | Annotate | Download | only in i18n

Lines Matching refs:decompIndex

1209     int32_t decompIndex = lastStarterLength;
1226 if(decompIndex >= decomp.length()) { break; }
1227 UChar32 decompChar = decomp.char32At(decompIndex);
1240 decompIndex += U16_LENGTH(decompChar);
1246 decompIndex += U16_LENGTH(decompChar);
1259 } else if(decompIndex < decomp.length()) { // more characters from decomp, not from nfdString
1260 newNFDString.append(decomp, decompIndex, 0x7fffffff);