Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp111 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/chromium_org/third_party/icu/source/tools/makeconv/
Dgenmbcs.cpp111 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/chromium_org/third_party/icu/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()
/external/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()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp117 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/chromium_org/third_party/icu/source/samples/ucnv/
Dconvsamp.cpp117 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/icu4c/source/test/intltest/
Dconvtest.cpp702 printBytes(const uint8_t *bytes, int32_t length, char *out) { in printBytes() function
1148 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode()
1153 s=printBytes(cc.invalidChars, cc.invalidLength, invalidCharsString=s); in checkToUnicode()
1154 … s=printBytes((uint8_t *)resultInvalidChars, resultInvalidLength, resultInvalidCharsString=s); in checkToUnicode()
1600 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode()
1601 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()
/external/chromium_org/third_party/icu/source/test/intltest/
Dconvtest.cpp675 printBytes(const uint8_t *bytes, int32_t length, char *out) { in printBytes() function
1121 s=printBytes(cc.bytes, cc.bytesLength, bytesString); in checkToUnicode()
1126 s=printBytes(cc.invalidChars, cc.invalidLength, invalidCharsString=s); in checkToUnicode()
1127 … s=printBytes((uint8_t *)resultInvalidChars, resultInvalidLength, resultInvalidCharsString=s); in checkToUnicode()
1573 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s); in checkFromUnicode()
1574 s=printBytes(result, resultLength, resultString=s); in checkFromUnicode()