Searched defs:hexval (Results 1 – 3 of 3) sorted by relevance
30 static final int hexval(char c) throws java.io.IOException { in hexval() method in JavaCharStream
28 static final int hexval(char c) throws java.io.IOException { in hexval() method in JavaCharStream
1172 #define hexval(c) table_hex[(unsigned int)(c)] macro