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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp3154 UBool isMatch = FALSE, isUTF8Match = FALSE; local
3419 isUTF8Match = UTF8Matcher->matches(status);
3424 isUTF8Match = UTF8Matcher->lookingAt(status);
3429 isUTF8Match = UTF8Matcher->find();
3447 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) {
3458 } else if (UTF8Matcher != NULL && isUTF8Match && groupStarts.size() == 0) {
/external/icu4c/test/intltest/
H A Dregextst.cpp3301 UBool isMatch = FALSE, isUTF8Match = FALSE; local
3569 isUTF8Match = UTF8Matcher->matches(status);
3574 isUTF8Match = UTF8Matcher->lookingAt(status);
3579 isUTF8Match = UTF8Matcher->find();
3597 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) {
3608 } else if (UTF8Matcher != NULL && isUTF8Match && groupStarts.size() == 0) {

Completed in 78 milliseconds