Searched refs:ToHex (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize); 73 ToHex (nciPacket, nciPacketLen, line_buf, sizeof(line_buf)); in ProtoDispAdapterDisplayNciPacket() 78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize) in ToHex() function 211 ToHex (data, data_len, log_line, sizeof(log_line)); in DispHciCmd() 229 ToHex (data, data_len, log_line, sizeof(log_line)); in DispHciEvt() 255 ToHex (data, data_len, log_line, sizeof(log_line)); in DispLLCP() 283 ToHex (data, len, log_line, sizeof(log_line)); in DispHcp()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 154 private static class ToHex { class in TestCLDRVsICU 176 private static final ToHex toUnicode = new ToHex();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 158 private static class ToHex { class in TestCLDRVsICU 180 private static final ToHex toUnicode = new ToHex();
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 557 LIBPROTOBUF_EXPORT string ToHex(uint64 num);
|
D | strutil.cc | 1260 string ToHex(uint64 num) { in ToHex() function
|
/external/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 454 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", ToHex(v)); in PrintInt32()
|