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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp3295 RegexPattern *callerPattern = NULL, *UTF8Pattern = NULL; local
3373 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status);
3397 if (UTF8Pattern == NULL) {
3482 if (UTF8Pattern != NULL) {
3490 UTF8Matcher = &UTF8Pattern->matcher(status)->reset(&inputText);
3708 delete UTF8Pattern;

Completed in 206 milliseconds