Home
last modified time | relevance | path

Searched refs:ToHex (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp34 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/
DTestCLDRVsICU.java154 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/
DTestCLDRVsICU.java158 private static class ToHex { class in TestCLDRVsICU
180 private static final ToHex toUnicode = new ToHex();
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h557 LIBPROTOBUF_EXPORT string ToHex(uint64 num);
Dstrutil.cc1260 string ToHex(uint64 num) { in ToHex() function
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc454 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", ToHex(v)); in PrintInt32()