Home
last modified time | relevance | path

Searched refs:printBytes (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/tools/makeconv/
Dgenmbcs.c111 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() function
395 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode()
403 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode()
409 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode()
413 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode()
417 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode()
432 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode()
436 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode()
462 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode()
466 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode()
[all …]
/external/icu4c/test/cintltst/
Dbocu1tst.c764 printBytes(uint8_t *bytes, char *out) { in printBytes() function
824 printBytes(prev, buf1); in TestBOCU1RefDiff()
840 printBytes(prev, buf1); in TestBOCU1RefDiff()
841 printBytes(level, buf2); in TestBOCU1RefDiff()
846 printBytes(prev, buf1); in TestBOCU1RefDiff()
847 printBytes(level, buf2); in TestBOCU1RefDiff()
855 printBytes((uint8_t *)"", buf1); in TestBOCU1RefDiff()
856 printBytes(prev, buf2); in TestBOCU1RefDiff()
/external/icu4c/samples/ucnv/
Dconvsamp.cpp124 void printBytes(const char *name = "?", in printBytes() function
230 printBytes("targ", target, len); in convsample_02()
552 printBytes("src", source, strlen(source) ); in convsample_12()
589 printBytes("src",source,sourceLimit-source); in convsample_13()
632 printBytes("src", source); in convsample_20_didSubstitute()
675 printBytes("bytes", bytes, len2); in convsample_20_didSubstitute()
733 printBytes("src", source); in convsample_21_didSubstitute()
834 printBytes("bytes", bytes, len2); in convsample_21_didSubstitute()
/external/icu4c/test/intltest/
Dconvtest.cpp700 printBytes(const uint8_t *bytes, int32_t length, char *out) { in printBytes() function
1146 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode()
1151 s=printBytes(cc.invalidChars, cc.invalidLength, invalidCharsString=s); in checkToUnicode()
1152 … s=printBytes((uint8_t *)resultInvalidChars, resultInvalidLength, resultInvalidCharsString=s); in checkToUnicode()
1598 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode()
1599 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()