Home | History | Annotate | Download | only in text

Lines Matching defs:pch

2476                                     char pch = patl.charAt(idx);
2477 if (PatternProps.isWhiteSpace(pch))
2786 char pch = patternLiteral.charAt(idx);
2788 if (PatternProps.isWhiteSpace(pch)
2800 } else if (pch != ich) {
2810 } else if ((pch == ' ' || pch == '.') && getBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE)) {