• Home
  • Raw
  • Download

Lines Matching refs:compile

185     REPattern = RegexPattern::compile(patString, 0, pe, status);  in doRegexLMTest()
248 REPattern = RegexPattern::compile(&pattern, 0, pe, status); in doRegexLMTestUTF8()
339 callerPattern = RegexPattern::compile(patString, 0, pe, status); in regex_err()
358 callerPattern = RegexPattern::compile(&patternText, 0, pe, status); in regex_err()
394 RegexPattern::compile("^(?:a?b?)*$", 0, pe, status); in Basic()
582 pat2 = RegexPattern::compile(re, flags, pe, status); in API_Match()
709 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Match()
768 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Match()
822 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Match()
913 RegexPattern *p = RegexPattern::compile(".", 0, status); in API_Match()
1017 RegexPattern *p = RegexPattern::compile(".", 0, status); in API_Match()
1130 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); in API_Replace()
1203 RegexPattern *pat2 = RegexPattern::compile(re2, flags, pe, status); in API_Replace()
1320 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status); in API_Pattern()
1321 RegexPattern *pat2 = RegexPattern::compile(re2, 0, pe, status); in API_Pattern()
1340 RegexPattern *pat1a = RegexPattern::compile(re1, pe, status); in API_Pattern()
1346 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern()
1371 … RegexPattern *pSource = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\p{L}+"), 0, status); in API_Pattern()
1409 pat1 = RegexPattern::compile(" +", pe, status); in API_Pattern()
1463 pat1 = RegexPattern::compile(UNICODE_STRING_SIMPLE("<(\\w*)>"), pe, status); in API_Pattern()
1538 pat1 = RegexPattern::compile("([-,])", pe, status); in API_Pattern()
1558 pat1 = RegexPattern::compile("(Hello, world)*", pe, status); in API_Pattern()
1567 pat1 = RegexPattern::compile("(Hello, world)*", pe, status); in API_Pattern()
1609 pat2 = RegexPattern::compile(&re, flags, pe, status); in API_Match_UTF8()
1743 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); in API_Match_UTF8()
1853 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); in API_Match_UTF8()
1912 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); in API_Match_UTF8()
2015 RegexPattern *p = RegexPattern::compile(".", 0, status); in API_Match_UTF8()
2138 RegexPattern *pat = RegexPattern::compile(&re, flags, pe, status); in API_Replace_UTF8()
2284 RegexPattern *pat2 = RegexPattern::compile(&re, flags, pe, status); in API_Replace_UTF8()
2477 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status); in API_Pattern_UTF8()
2478 RegexPattern *pat2 = RegexPattern::compile(&re2, 0, pe, status); in API_Pattern_UTF8()
2497 RegexPattern *pat1a = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2503 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status); in API_Pattern_UTF8()
2534 RegexPattern *pSource = RegexPattern::compile(&pattern, 0, status); in API_Pattern_UTF8()
2601 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2656 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2732 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2754 pat1 = RegexPattern::compile(&re1, pe, status); in API_Pattern_UTF8()
2995 callerPattern = RegexPattern::compile(pattern, bflags, pe, status); in regex_find()
3027 UTF8Pattern = RegexPattern::compile(&patternText, bflags, pe, status); in regex_find()
3093 parsePat = RegexPattern::compile("<(/?)(r|[0-9]+)>", 0, pe, status); in regex_find()
3369 RegexPattern *pat1= RegexPattern::compile(".*", flags, pe, status); in Errors()
3584 …RegexPattern* linePat = RegexPattern::compile(UNICODE_STRING_SIMPLE("(.+?)[\\r\\n]+"), 0, pe, stat… in PerlTests()
3595 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status); in PerlTests()
3603 …RegexPattern *flagPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("('?)(.*)\\1(.*)"), 0, pe, sta… in PerlTests()
3620 …RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), … in PerlTests()
3624 RegexPattern *cgPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$(\\d+)"), 0, pe, status); in PerlTests()
3681 RegexPattern *testPat = RegexPattern::compile(pattern, flags, pe, status); in PerlTests()
3953 …RegexPattern* linePat = RegexPattern::compile(UNICODE_STRING_SIMPLE("(.+?)[\\r\\n]+"), 0, pe, stat… in PerlTestsUTF8()
3964 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status); in PerlTestsUTF8()
3972 …RegexPattern *flagPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("('?)(.*)\\1(.*)"), 0, pe, sta… in PerlTestsUTF8()
3989 …RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), … in PerlTestsUTF8()
3993 RegexPattern *cgPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$(\\d+)"), 0, pe, status); in PerlTestsUTF8()
4063 RegexPattern *testPat = RegexPattern::compile(&patternText, flags, pe, status); in PerlTestsUTF8()
4629 REPattern = RegexPattern::compile(pattern1, 0, pe, status); in Bug7651()
4639 REPattern = RegexPattern::compile(pattern2, 0, pe, status); in Bug7651()