Searched defs:ToHex (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
H A DTestCLDRVsICU.java154 private static class ToHex { class in class:TestCLDRVsICU
176 private static final ToHex toUnicode = new ToHex();
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
73 ToHex (nciPacket, nciPacketLen, line_buf, sizeof(line_buf));
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize) function
211 ToHex (data, data_len, log_line, sizeof(log_line));
229 ToHex (data, data_len, log_line, sizeof(log_line));
255 ToHex (data, data_len, log_line, sizeof(log_line));
283 ToHex (data, len, log_line, sizeof(log_line));
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc1260 string ToHex(uint64 num) { function

Completed in 487 milliseconds