Searched defs:fromHex (Results 1 – 7 of 7) sorted by relevance
43 function fromHex(s) { return new BigInteger(s, 16); } function
443 static public String fromHex(String source) { in fromHex() method in NormalizerBuilder
444 static public String fromHex(String source) { in fromHex() method in NormalizerBuilder
184 function fromHex (hexDigest, algorithm, opts) { function
170 inline std::string fromHex(StringRef Input) { in fromHex() function
1072 fromHex = float.fromhex variable
500 Transliterator fromHex = Transliterator.getInstance("Hex-Any"); field in Demo