/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 113 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() function 397 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 405 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 411 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 415 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 419 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 434 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 438 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 464 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 468 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 765 printBytes(uint8_t *bytes, char *out) { in printBytes() function 825 printBytes(prev, buf1); in TestBOCU1RefDiff() 841 printBytes(prev, buf1); in TestBOCU1RefDiff() 842 printBytes(level, buf2); in TestBOCU1RefDiff() 847 printBytes(prev, buf1); in TestBOCU1RefDiff() 848 printBytes(level, buf2); in TestBOCU1RefDiff() 856 printBytes((uint8_t *)"", buf1); in TestBOCU1RefDiff() 857 printBytes(prev, buf2); in TestBOCU1RefDiff()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 124 void printBytes(const char *name = "?", in printBytes() function 232 printBytes("targ", target, len); in convsample_02() 554 printBytes("src", source, strlen(source) ); in convsample_12() 591 printBytes("src",source,sourceLimit-source); in convsample_13() 634 printBytes("src", source); in convsample_20_didSubstitute() 677 printBytes("bytes", bytes, len2); in convsample_20_didSubstitute() 735 printBytes("src", source); in convsample_21_didSubstitute() 835 printBytes("bytes", bytes, len2); in convsample_21_didSubstitute()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 36 printBytes(compressed, compressed.length); in simpleTest() 74 printBytes(myCompressed, myByteCount); in myTest() 384 private void printBytes(byte[] byteBuffer, int len) { in printBytes() method in ExhaustiveTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 35 printBytes(compressed, compressed.length); in simpleTest() 73 printBytes(myCompressed, myByteCount); in myTest() 383 private void printBytes(byte[] byteBuffer, int len) { in printBytes() method in ExhaustiveTest
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 776 printBytes(const uint8_t *bytes, int32_t length, char *out) { in printBytes() function 1222 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode() 1227 s=printBytes(cc.invalidChars, cc.invalidLength, invalidCharsString=s); in checkToUnicode() 1228 … s=printBytes((uint8_t *)resultInvalidChars, resultInvalidLength, resultInvalidCharsString=s); in checkToUnicode() 1674 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode() 1675 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
|