Home | History | Annotate | Download | only in intltest

Lines Matching refs:fieldPat

4068     RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status);
4116 fieldPat->split(line, fields, 7, status);
4368 delete fieldPat;
4437 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status);
4485 fieldPat->split(line, fields, 7, status);
4756 delete fieldPat;