Home | History | Annotate | Download | only in common

Lines Matching defs:pat

221  * @param pat pattern that controls parsing
227 int32_t ICU_Utility::parsePattern(const UnicodeString& pat,
234 if (ipat == pat.length()) {
238 UChar32 cpat = pat.char32At(ipat);
249 if (++ipat == pat.length()) {
260 if (ipat == pat.length()) {
271 cpat = pat.char32At(ipat);
274 return -1; // text ended before end of pat
403 UnicodeString pat;
404 appendToRule(rule, matcher->toPattern(pat, escapeUnprintable),