/external/chromium_org/third_party/icu/source/tools/makeconv/ |
genmbcs.c | 111 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { 395 (short)state, printBytes(buffer, bytes, length), (int)c); 403 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); 409 (int)c, printBytes(buffer, bytes, length)); 413 (int)c, printBytes(buffer, bytes, length)); 417 (int)c, printBytes(buffer, bytes, length)); 432 (int)c, printBytes(buffer, bytes, length), (int)old); 436 (int)c, printBytes(buffer, bytes, length), (int)old); 462 (int)c, printBytes(buffer, bytes, length), (int)old); 466 (int)c, printBytes(buffer, bytes, length), (int)old) [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | 111 printBytes(char *buffer, const uint8_t *bytes, int32_t length) { 395 (short)state, printBytes(buffer, bytes, length), (int)c); 403 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c); 409 (int)c, printBytes(buffer, bytes, length)); 413 (int)c, printBytes(buffer, bytes, length)); 417 (int)c, printBytes(buffer, bytes, length)); 432 (int)c, printBytes(buffer, bytes, length), (int)old); 436 (int)c, printBytes(buffer, bytes, length), (int)old); 462 (int)c, printBytes(buffer, bytes, length), (int)old); 466 (int)c, printBytes(buffer, bytes, length), (int)old) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
bocu1tst.c | 764 printBytes(uint8_t *bytes, char *out) { 824 printBytes(prev, buf1); 840 printBytes(prev, buf1); 841 printBytes(level, buf2); 846 printBytes(prev, buf1); 847 printBytes(level, buf2); 855 printBytes((uint8_t *)"", buf1); 856 printBytes(prev, buf2);
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 117 void printBytes(const char *name = "?", 225 printBytes("targ", target, len); 547 printBytes("src", source, strlen(source) ); 584 printBytes("src",source,sourceLimit-source); 594 // printBytes("src",source,sourceLimit-source); 627 printBytes("src", source); 670 printBytes("bytes", bytes, len2); 728 printBytes("src", source); 829 printBytes("bytes", bytes, len2);
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 765 printBytes(uint8_t *bytes, char *out) { 825 printBytes(prev, buf1); 841 printBytes(prev, buf1); 842 printBytes(level, buf2); 847 printBytes(prev, buf1); 848 printBytes(level, buf2); 856 printBytes((uint8_t *)"", buf1); 857 printBytes(prev, buf2);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 673 printBytes(const uint8_t *bytes, int32_t length, char *out) { [all...] |
/external/icu4c/test/intltest/ |
convtest.cpp | 702 printBytes(const uint8_t *bytes, int32_t length, char *out) { [all...] |