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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4049 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) local
4053 if (flagStr.indexOf(UChar_i) != -1) {
4082 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility
4091 if (fields[2].indexOf(UChar_i) >= 0) {
4418 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) local
4422 if (flagStr.indexOf(UChar_i) != -1) {
4464 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility
4473 if (fields[2].indexOf(UChar_i) >= 0) {
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4054 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) local
4058 if (flagStr.indexOf(UChar_i) != -1) {
4087 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility
4096 if (fields[2].indexOf(UChar_i) >= 0) {
4423 const UChar UChar_i = 0x69; // (Damn the lack of Unicode support in C) local
4427 if (flagStr.indexOf(UChar_i) != -1) {
4469 fields[2].indexOf(UChar_i) == -1) // it's not an accepted ICU incompatibility
4478 if (fields[2].indexOf(UChar_i) >= 0) {

Completed in 93 milliseconds