Home | History | Annotate | Download | only in common

Lines Matching defs:pat

225  * @param pat pattern that controls parsing
231 int32_t ICU_Utility::parsePattern(const UnicodeString& pat,
238 if (ipat == pat.length()) {
242 UChar32 cpat = pat.char32At(ipat);
253 if (++ipat == pat.length()) {
264 if (ipat == pat.length()) {
275 cpat = pat.char32At(ipat);
278 return -1; // text ended before end of pat
407 UnicodeString pat;
408 appendToRule(rule, matcher->toPattern(pat, escapeUnprintable),