Home | History | Annotate | Download | only in intltest

Lines Matching full:fieldpat

2096     RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status);
2144 fieldPat->split(line, fields, 7, status);
2388 delete fieldPat;