/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 111 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/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 763 printBytes(uint8_t *bytes, char *out) { in printBytes() function 823 printBytes(prev, buf1); in TestBOCU1RefDiff() 839 printBytes(prev, buf1); in TestBOCU1RefDiff() 840 printBytes(level, buf2); in TestBOCU1RefDiff() 845 printBytes(prev, buf1); in TestBOCU1RefDiff() 846 printBytes(level, buf2); in TestBOCU1RefDiff() 854 printBytes((uint8_t *)"", buf1); in TestBOCU1RefDiff() 855 printBytes(prev, buf2); in TestBOCU1RefDiff()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 117 void printBytes(const char *name = "?", in printBytes() function 225 printBytes("targ", target, len); in convsample_02() 547 printBytes("src", source, strlen(source) ); in convsample_12() 584 printBytes("src",source,sourceLimit-source); in convsample_13() 627 printBytes("src", source); in convsample_20_didSubstitute() 670 printBytes("bytes", bytes, len2); in convsample_20_didSubstitute() 728 printBytes("src", source); in convsample_21_didSubstitute() 828 printBytes("bytes", bytes, len2); in convsample_21_didSubstitute()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 34 printBytes(compressed, compressed.length); in simpleTest() 71 printBytes(myCompressed, myByteCount); in myTest() 380 private void printBytes(byte[] byteBuffer, int len) { in printBytes() method in ExhaustiveTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 38 printBytes(compressed, compressed.length); in simpleTest() 75 printBytes(myCompressed, myByteCount); in myTest() 384 private void printBytes(byte[] byteBuffer, int len) { in printBytes() method in ExhaustiveTest
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 774 printBytes(const uint8_t *bytes, int32_t length, char *out) { in printBytes() function 1220 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode() 1225 s=printBytes(cc.invalidChars, cc.invalidLength, invalidCharsString=s); in checkToUnicode() 1226 … s=printBytes((uint8_t *)resultInvalidChars, resultInvalidLength, resultInvalidCharsString=s); in checkToUnicode() 1672 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode() 1673 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
|