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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp703 UChar32 testChar32 = 0x20402; local
715 UnicodeString test4(testChar32);
787 if(subString.indexOf(testChar32) != -1 ){
797 (startPos = test3.indexOf(testChar32, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
805 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
839 (startPos = test3.lastIndexOf(testChar32, 5, startPos - 5)) != -1 ? ++occurrences : 0)
848 if(subString.lastIndexOf(testChar32) != -1 ){
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp703 UChar32 testChar32 = 0x20402; local
715 UnicodeString test4(testChar32);
787 if(subString.indexOf(testChar32) != -1 ){
797 (startPos = test3.indexOf(testChar32, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
805 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
839 (startPos = test3.lastIndexOf(testChar32, 5, startPos - 5)) != -1 ? ++occurrences : 0)
848 if(subString.lastIndexOf(testChar32) != -1 ){

Completed in 1817 milliseconds