Searched defs:toHex (Results 1 – 13 of 13) sorted by relevance
253 inline Format::Hex<NumDigits> toHex (T value) in toHex() function260 inline Format::Hex<sizeof(T)*2> toHex (T value) in toHex() function
222 function toHex(number, length) { function
218 String toHex = s.substring(pos,delim); in hexsplit() local
457 String toHex = s.substring(pos,delim); in hexsplit() local
221 String toHex = s.substring(pos,delim); in hexsplit() local
460 String toHex = s.substring(pos,delim); in hexsplit() local
30 static Transliterator toHex = Transliterator.getInstance("[:^ascii:] Any-Hex"); field in CaseIterator
65 static inline std::string toHex(StringRef Input) { in toHex() function
362 private static char toHex(int nibble) { in toHex() method in BundleItem
1073 toHex = float.hex variable
17 function toHex(x, length) { function
320 IntlTest::toHex(uint32_t number, int32_t digits) { in toHex() function in IntlTest1880 static inline UChar toHex(int32_t i) { in toHex() function
104 std::string toHex (deUint32 val) in toHex() function