Home | History | Annotate | Download | only in i18n

Lines Matching refs:sourceChar

1213     UChar32 sourceChar = U_SENTINEL;
1219 if(sourceChar < 0) {
1221 sourceChar = nfdString.char32At(sourceIndex);
1222 sourceCC = nfd.getCombiningClass(sourceChar);
1236 // Composite + sourceChar would not be FCD.
1241 } else if(decompChar != sourceChar) {
1244 } else { // match: decompChar == sourceChar
1248 sourceChar = U_SENTINEL;
1252 if(sourceChar >= 0) { // more characters from nfdString but not from decomp