Home | History | Annotate | Download | only in intltest

Lines Matching refs:uregex_openC

5090         re = uregex_openC("abc(.*?)def", 0, NULL, &status);
5140 re = uregex_openC("x(.*?)x", 0, NULL, &status);
5189 re = uregex_openC("x(.*?)x", 0, NULL, &status);
5352 URegularExpression *re = uregex_openC("..(?<one>m)(.)(.)", 0, NULL, &status);
5789 URegularExpression *re = uregex_openC("(A)|(B)", 0, NULL, &status);