Searched refs:isHex (Results 1 – 8 of 8) sorted by relevance
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
56 private static boolean isHex(String value) { in isHex() method in CertBlacklist71 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 …]
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
456 static Bool isHex ( UChar c ) in isHex() function487 while (isHex(**ppc)) { in VG_()
2505 + private static boolean isHex(String value) {2520 + return isHex(value);