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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4048 const UChar UChar_c = 0x63; // Char constants for the flag letters. local
4081 if (fields[2].indexOf(UChar_c) == -1 && // Compilation is not supposed to fail AND
4097 if (fields[2].indexOf(UChar_c) >= 0) {
4417 const UChar UChar_c = 0x63; // Char constants for the flag letters. local
4463 if (fields[2].indexOf(UChar_c) == -1 && // Compilation is not supposed to fail AND
4479 if (fields[2].indexOf(UChar_c) >= 0) {
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4053 const UChar UChar_c = 0x63; // Char constants for the flag letters. local
4086 if (fields[2].indexOf(UChar_c) == -1 && // Compilation is not supposed to fail AND
4102 if (fields[2].indexOf(UChar_c) >= 0) {
4422 const UChar UChar_c = 0x63; // Char constants for the flag letters. local
4468 if (fields[2].indexOf(UChar_c) == -1 && // Compilation is not supposed to fail AND
4484 if (fields[2].indexOf(UChar_c) >= 0) {

Completed in 171 milliseconds