Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4087 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) in PerlTests() local
4091 if (flagStr.indexOf(UChar_i) != -1) { in PerlTests()
4120 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility in PerlTests()
4129 if (fields[2].indexOf(UChar_i) >= 0) { in PerlTests()
4456 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) in PerlTestsUTF8() local
4460 if (flagStr.indexOf(UChar_i) != -1) { in PerlTestsUTF8()
4502 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility in PerlTestsUTF8()
4511 if (fields[2].indexOf(UChar_i) >= 0) { in PerlTestsUTF8()