Searched defs:fromHex (Results 1 – 8 of 8) sorted by relevance
110 static fromHex(hex) { method in Address4
443 static public String fromHex(String source) { in fromHex() method in NormalizerBuilder
444 static public String fromHex(String source) { in fromHex() method in NormalizerBuilder
1879 public static String fromHex(String string, int minLength, String separator) { in fromHex() method in Utility1890 public static String fromHex(String string, int minLength, Pattern separator) { in fromHex() method in Utility
405 function fromHex (hexDigest, algorithm, opts) { function
170 inline std::string fromHex(StringRef Input) { in fromHex() function
1053 fromHex = float.fromhex variable
500 Transliterator fromHex = Transliterator.getInstance("Hex-Any"); field in Demo