Home | History | Annotate | Download | only in intltest

Lines Matching refs:fieldPat

3978     RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status);
4026 fieldPat->split(line, fields, 7, status);
4278 delete fieldPat;
4347 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status);
4395 fieldPat->split(line, fields, 7, status);
4666 delete fieldPat;