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

/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp3325 RegexPattern *callerPattern = NULL, *UTF8Pattern = NULL; local
3403 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status);
3427 if (UTF8Pattern == NULL) {
3512 if (UTF8Pattern != NULL) {
3520 UTF8Matcher = &UTF8Pattern->matcher(status)->reset(&inputText);
3748 delete UTF8Pattern;

Completed in 116 milliseconds