Searched defs:ch (Results 1 – 4 of 4) sorted by relevance
200 protected static boolean id_start_char(int ch) in id_start_char()213 protected static boolean id_char(int ch) in id_char()223 protected static int find_single_char(int ch) in find_single_char()
225 public void characters(char[] ch, int start, int length) throws SAXException { in characters()246 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace()
144 public void characters(char[] ch, int start, int length) throws SAXException { in characters()165 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace()
607 private boolean isStopSymbol(char ch) { in isStopSymbol()627 char ch = buffer[pos]; in scanIdentifier() local