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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp3296 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; local
3490 UTF8Matcher = &UTF8Pattern->matcher(status)->reset(&inputText);
3494 if (UTF8Matcher == NULL) {
3504 if (UTF8Matcher != NULL) {
3540 if (UTF8Matcher != NULL) {
3541 UTF8Matcher->region(regionStartUTF8, regionEndUTF8, status);
3547 if (UTF8Matcher != NULL) {
3548 UTF8Matcher->useAnchoringBounds(FALSE);
3553 if (UTF8Matcher != NULL) {
3554 UTF8Matcher
[all...]

Completed in 125 milliseconds