Home | History | Annotate | Download | only in intltest

Lines Matching refs:pairs

3500                                        const UnicodeString* pairs) {
3502 for (int32_t i=0; pairs[i].length() > 0; i+=2) {
3503 if (0==source.caseCompare(pairs[i], U_FOLD_CASE_DEFAULT)) {
3504 return pairs[i+1];