Home | History | Annotate | Download | only in common

Lines Matching defs:pat

223  * @param pat pattern that controls parsing
229 int32_t ICU_Utility::parsePattern(const UnicodeString& pat,
236 if (ipat == pat.length()) {
240 UChar32 cpat = pat.char32At(ipat);
251 if (++ipat == pat.length()) {
262 if (ipat == pat.length()) {
273 cpat = pat.char32At(ipat);
276 return -1; // text ended before end of pat
405 UnicodeString pat;
406 appendToRule(rule, matcher->toPattern(pat, escapeUnprintable),