Lines Matching refs:re1
1510 UnicodeString re1("abc[a-l][m-z]");
1515 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status);
1535 RegexPattern *pat1a = RegexPattern::compile(re1, pe, status);
1541 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status);
2763 UText re1 = UTEXT_INITIALIZER;
2770 utext_openUTF8(&re1, str_abcalmz, -1, &status);
2773 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status);
2793 RegexPattern *pat1a = RegexPattern::compile(&re1, pe, status);
2799 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status);
2817 utext_close(&re1);
2904 utext_openUTF8(&re1, str_spaceplus, -1, &status);
2905 pat1 = RegexPattern::compile(&re1, pe, status);
2963 regextst_openUTF8FromInvariant(&re1, "<(\\w*)>", -1, &status);
2964 pat1 = RegexPattern::compile(&re1, pe, status);
3043 regextst_openUTF8FromInvariant(&re1, "([-,])", -1, &status);
3044 pat1 = RegexPattern::compile(&re1, pe, status);
3065 regextst_openUTF8FromInvariant(&re1, helloWorldInvariant, -1, &status);
3066 pat1 = RegexPattern::compile(&re1, pe, status);
3072 utext_close(&re1);