Searched refs:fieldPat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp1823 int32_t fieldPat = i; local
1858 abutPat = fieldPat;
1880 if (fieldPat == abutPat) {
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp1744 int32_t fieldPat = i; local
1759 abutPat = fieldPat;
1780 if (fieldPat == abutPat) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp3828 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status); local
3876 fieldPat->split(line, fields, 7, status);
4128 delete fieldPat;
4197 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status); local
4245 fieldPat->split(line, fields, 7, status);
4516 delete fieldPat;
/external/icu4c/test/intltest/
H A Dregextst.cpp3978 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status); local
4026 fieldPat->split(line, fields, 7, status);
4278 delete fieldPat;
4347 RegexPattern* fieldPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\t"), 0, pe, status); local
4395 fieldPat->split(line, fields, 7, status);
4666 delete fieldPat;

Completed in 109 milliseconds