Home | History | Annotate | Download | only in text

Lines Matching defs:pch

2489                                     char pch = patl.charAt(idx);
2490 if (PatternProps.isWhiteSpace(pch))
2799 char pch = patternLiteral.charAt(idx);
2801 if (PatternProps.isWhiteSpace(pch)
2813 } else if (pch != ich) {
2823 } else if ((pch == ' ' || pch == '.') && getBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE)) {