/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/ |
D | genmbcs.cpp | 115 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() function 402 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 410 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 416 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 420 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 424 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 439 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 443 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 469 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 473 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
D | genmbcs.cpp | 116 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() function 403 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 411 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 417 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 421 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 425 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 440 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 444 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 470 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 474 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() [all …]
|
/third_party/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 116 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { in printBytes() function 403 (short)state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 411 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); in MBCSAddToUnicode() 417 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 421 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 425 (int)c, printBytes(buffer, bytes, length)); in MBCSAddToUnicode() 440 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 444 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 470 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() 474 (int)c, printBytes(buffer, bytes, length), (int)old); in MBCSAddToUnicode() [all …]
|
/third_party/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()
|
/third_party/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 126 void printBytes(const char *name = "?", in printBytes() function 234 printBytes("targ", target, len); in convsample_02() 556 printBytes("src", source, static_cast<int32_t>(strlen(source)) ); in convsample_12() 593 printBytes("src", source, static_cast<int32_t>(sourceLimit - source)); in convsample_13() 636 printBytes("src", source); in convsample_20_didSubstitute() 679 printBytes("bytes", bytes, len2); in convsample_20_didSubstitute() 736 printBytes("src", source); in convsample_21_didSubstitute() 836 printBytes("bytes", bytes, len2); in convsample_21_didSubstitute()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/ |
D | convsamp.cpp | 126 void printBytes(const char *name = "?", in printBytes() function 234 printBytes("targ", target, len); in convsample_02() 556 printBytes("src", source, static_cast<int32_t>(strlen(source)) ); in convsample_12() 593 printBytes("src", source, static_cast<int32_t>(sourceLimit - source)); in convsample_13() 636 printBytes("src", source); in convsample_20_didSubstitute() 679 printBytes("bytes", bytes, len2); in convsample_20_didSubstitute() 736 printBytes("src", source); in convsample_21_didSubstitute() 836 printBytes("bytes", bytes, len2); in convsample_21_didSubstitute()
|
/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
D | convsamp.cpp | 126 void printBytes(const char *name = "?", in printBytes() function 234 printBytes("targ", target, len); in convsample_02() 556 printBytes("src", source, static_cast<int32_t>(strlen(source)) ); in convsample_12() 593 printBytes("src", source, static_cast<int32_t>(sourceLimit - source)); in convsample_13() 636 printBytes("src", source); in convsample_20_didSubstitute() 679 printBytes("bytes", bytes, len2); in convsample_20_didSubstitute() 736 printBytes("src", source); in convsample_21_didSubstitute() 836 printBytes("bytes", bytes, len2); in convsample_21_didSubstitute()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 38 printBytes(compressed, compressed.length); in simpleTest() 76 printBytes(myCompressed, myByteCount); in myTest() 386 private void printBytes(byte[] byteBuffer, int len) { in printBytes() method in ExhaustiveTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 41 printBytes(compressed, compressed.length); in simpleTest() 79 printBytes(myCompressed, myByteCount); in myTest() 389 private void printBytes(byte[] byteBuffer, int len) { in printBytes() method in ExhaustiveTest
|
/third_party/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 917 printBytes(const uint8_t *bytes, int32_t length, char *out) { in printBytes() function 1368 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode() 1373 s=printBytes(cc.invalidChars, cc.invalidLength, invalidCharsString=s); in checkToUnicode() 1374 … s=printBytes((uint8_t *)resultInvalidChars, resultInvalidLength, resultInvalidCharsString=s); in checkToUnicode() 1824 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode() 1825 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
|