Searched defs:isHex (Results 1 – 13 of 13) sorted by relevance
236 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; in doLookAhead() local261 bool isHex = Radix == 16; in LexDigit() local348 bool isHex = Radix == 16; in LexDigit() local
260 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; in doLookAhead() local324 bool isHex = Radix == 16; in LexDigit() local411 bool isHex = Radix == 16; in LexDigit() local
59 private static boolean isHex(String value) { in isHex() method in CertBlacklist
63 private static boolean isHex(String value) { in isHex() method in CertBlacklist
67 private static boolean isHex(String value) { in isHex() method in CertBlacklistImpl
63 private static boolean isHex(String value) { in isHex() method in CertBlacklistImpl
199 private static boolean isHex(int codepoint) { in isHex() method in CssGrammar
283 def isHex(text): function
276 int isHex = 1, foundHex = 0, i; in IsHex() local
1546 private static boolean isHex(char p_char) in isHex() method in URI
1566 private static boolean isHex(char p_char) in isHex() method in URI
2650 BOOLEAN_T isHex; variable5831 BOOLEAN_T isHex = FALSE; variable
1923 private static boolean isHex(final byte c) { in isHex() method in TextFormat