Lines Matching refs:re1
1542 UnicodeString re1("abc[a-l][m-z]"); in API_Pattern() local
1547 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status); in API_Pattern()
1567 RegexPattern *pat1a = RegexPattern::compile(re1, pe, status); in API_Pattern()
1573 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern()
2822 UText re1 = UTEXT_INITIALIZER; in API_Pattern_UTF8() local
2829 utext_openUTF8(&re1, str_abcalmz, -1, &status); in API_Pattern_UTF8()
2832 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status); in API_Pattern_UTF8()
2852 RegexPattern *pat1a = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2858 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern_UTF8()
2876 utext_close(&re1); in API_Pattern_UTF8()
2963 utext_openUTF8(&re1, str_spaceplus, -1, &status); in API_Pattern_UTF8()
2964 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3022 regextst_openUTF8FromInvariant(&re1, "<(\\w*)>", -1, &status); in API_Pattern_UTF8()
3023 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3102 regextst_openUTF8FromInvariant(&re1, "([-,])", -1, &status); in API_Pattern_UTF8()
3103 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3155 regextst_openUTF8FromInvariant(&re1, helloWorldInvariant, -1, &status); in API_Pattern_UTF8()
3156 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
3162 utext_close(&re1); in API_Pattern_UTF8()