Home | History | Annotate | Download | only in i18n

Lines Matching refs:decompChar

1227         UChar32 decompChar = decomp.char32At(decompIndex);
1228 decompCC = nfd.getCombiningClass(decompChar);
1239 newNFDString.append(decompChar);
1240 decompIndex += U16_LENGTH(decompChar);
1241 } else if(decompChar != sourceChar) {
1244 } else { // match: decompChar == sourceChar
1245 newNFDString.append(decompChar);
1246 decompIndex += U16_LENGTH(decompChar);
1247 sourceIndex += U16_LENGTH(decompChar);