Searched refs:isHex (Results 1 – 12 of 12) sorted by relevance
233 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; in doLookAhead() local234 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex; in doLookAhead()235 if (isHex) in doLookAhead()258 bool isHex = Radix == 16; in LexDigit() local260 if (!isHex && (*CurPtr == '.' || *CurPtr == 'e')) { in LexDigit()269 return ReturnError(TokStart, !isHex ? "invalid decimal number" : in LexDigit()345 bool isHex = Radix == 16; in LexDigit() local348 return ReturnError(TokStart, !isHex ? "invalid octal number" : in LexDigit()
772 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1)) in initializePath()773 ||!isHex(p_uriSpec.charAt(index + 2))) in initializePath()810 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1)) in initializePath()811 ||!isHex(p_uriSpec.charAt(index + 2))) in initializePath()843 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1)) in initializePath()844 ||!isHex(p_uriSpec.charAt(index + 2))) in initializePath()1088 if (index + 2 >= end ||!isHex(p_userinfo.charAt(index + 1)) in setUserinfo()1089 ||!isHex(p_userinfo.charAt(index + 2))) in setUserinfo()1566 private static boolean isHex(char p_char) in isHex() method in URI1648 if (i + 2 >= end ||!isHex(p_uric.charAt(i + 1)) in isURIString()[all …]
752 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1)) in initializePath()753 ||!isHex(p_uriSpec.charAt(index + 2))) in initializePath()790 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1)) in initializePath()791 ||!isHex(p_uriSpec.charAt(index + 2))) in initializePath()823 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1)) in initializePath()824 ||!isHex(p_uriSpec.charAt(index + 2))) in initializePath()1068 if (index + 2 >= end ||!isHex(p_userinfo.charAt(index + 1)) in setUserinfo()1069 ||!isHex(p_userinfo.charAt(index + 2))) in setUserinfo()1546 private static boolean isHex(char p_char) in isHex() method in URI1628 if (i + 2 >= end ||!isHex(p_uric.charAt(i + 1)) in isURIString()[all …]
38 = let ref_clean = dropWhile isHex ref51 isHex c = c `elem` "ABCDEF0123456789abcdef" function
174 if (isHex(codepoint)) { in cssContent()179 while (end < n && isHex(token.charAt(end))) { ++end; } in cssContent()199 private static boolean isHex(int codepoint) { in isHex() method in CssGrammar
210 if isEncrypted and isHex(chunk[:4]):287 def isHex(text): function296 if isHex(chunk[:4]):323 if isHex(cypherText[:4]):
59 private static boolean isHex(String value) { in isHex() method in CertBlacklist74 return isHex(value); in isPubkeyHash()
2630 BOOLEAN_T isHex; variable2708 isHex = (base == BASE_HEX);2721 if (isHex)2735 if (isHex)2781 if (isHex)2815 if (isHex)2874 (isHex) ? 10.0 : base));2892 if (isHex)2905 if (isHex)2934 if (isHex)[all …]
2634 BOOLEAN_T isHex; variable2712 isHex = (base == BASE_HEX);2725 if (isHex)2739 if (isHex)2785 if (isHex)2819 if (isHex)2878 (isHex) ? 10.0 : base));2896 if (isHex)2909 if (isHex)2938 if (isHex)[all …]
1124 if (i + 1 < input.length() && isHex(input.charAt(i + 1))) { in unescapeBytes()1131 if (i + 1 < input.length() && isHex(input.charAt(i + 1))) { in unescapeBytes()1191 private static boolean isHex(final char c) { in isHex() method in TextFormat
452 static Bool isHex ( HChar c ) in isHex() function483 while (isHex(**ppc)) { in VG_()
7110 + private static boolean isHex(String value) {7125 + return isHex(value);