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

/external/icu4c/test/intltest/
H A Dregextst.cpp4037 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) local
4041 if (flagStr.indexOf(UChar_i) != -1) {
4070 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility
4079 if (fields[2].indexOf(UChar_i) >= 0) {
4406 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) local
4410 if (flagStr.indexOf(UChar_i) != -1) {
4452 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility
4461 if (fields[2].indexOf(UChar_i) >= 0) {

Completed in 49 milliseconds