Searched defs:isHex (Results 1 – 12 of 12) 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
59 private static boolean isHex(String value) { in isHex() method in CertBlacklist
66 private static boolean isHex(String value) { in isHex() method in CertBlacklist
199 private static boolean isHex(int codepoint) { in isHex() method in CssGrammar
287 def isHex(text): function
276 int isHex = 1, foundHex = 0, i; in IsHex() local
34 static bool isHex(const FX_WCHAR* p) { in isHex() function
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
502 static Bool isHex ( HChar c ) in isHex() function
2650 BOOLEAN_T isHex; variable5831 BOOLEAN_T isHex = FALSE; variable
1923 private static boolean isHex(final byte c) { in isHex() method in TextFormat