Lines Matching refs:re1
1539 UnicodeString re1("abc[a-l][m-z]"); in API_Pattern() local
1544 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status); in API_Pattern()
1564 RegexPattern *pat1a = RegexPattern::compile(re1, pe, status); in API_Pattern()
1570 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern()
2819 UText re1 = UTEXT_INITIALIZER; in API_Pattern_UTF8() local
2826 utext_openUTF8(&re1, str_abcalmz, -1, &status); in API_Pattern_UTF8()
2829 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status); in API_Pattern_UTF8()
2849 RegexPattern *pat1a = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2855 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern_UTF8()
2873 utext_close(&re1); in API_Pattern_UTF8()
2960 utext_openUTF8(&re1, str_spaceplus, -1, &status); in API_Pattern_UTF8()
2961 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3019 regextst_openUTF8FromInvariant(&re1, "<(\\w*)>", -1, &status); in API_Pattern_UTF8()
3020 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3099 regextst_openUTF8FromInvariant(&re1, "([-,])", -1, &status); in API_Pattern_UTF8()
3100 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3152 regextst_openUTF8FromInvariant(&re1, helloWorldInvariant, -1, &status); in API_Pattern_UTF8()
3153 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3159 utext_close(&re1); in API_Pattern_UTF8()