Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/
Dgenmbcs.cpp115 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/
Dgenmbcs.cpp116 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/
Dgenmbcs.cpp116 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/
Dbocu1tst.c765 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/
Dconvsamp.cpp126 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/
Dconvsamp.cpp126 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/
Dconvsamp.cpp126 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/
DExhaustiveTest.java38 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/
DExhaustiveTest.java41 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/
Dconvtest.cpp917 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()