HomeSort by relevance Sort by last modified time
    Searched refs:printBytes (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 115 printBytes(char *buffer, const uint8_t *bytes, int32_t length) {
402 (short)state, printBytes(buffer, bytes, length), (int)c);
410 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c);
416 (int)c, printBytes(buffer, bytes, length));
420 (int)c, printBytes(buffer, bytes, length));
424 (int)c, printBytes(buffer, bytes, length));
439 (int)c, printBytes(buffer, bytes, length), (int)old);
443 (int)c, printBytes(buffer, bytes, length), (int)old);
469 (int)c, printBytes(buffer, bytes, length), (int)old);
473 (int)c, printBytes(buffer, bytes, length), (int)old)
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 126 void printBytes(const char *name = "?",
234 printBytes("targ", target, len);
556 printBytes("src", source, static_cast<int32_t>(strlen(source)) );
593 printBytes("src", source, static_cast<int32_t>(sourceLimit - source));
603 // printBytes("src",source,sourceLimit-source);
636 printBytes("src", source);
679 printBytes("bytes", bytes, len2);
736 printBytes("src", source);
836 printBytes("bytes", bytes, len2);
  /external/icu/icu4c/source/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
ExhaustiveTest.java 41 printBytes(compressed, compressed.length);
79 printBytes(myCompressed, myByteCount);
389 private void printBytes(byte[] byteBuffer, int len) {
396 logln("Warning: printBytes called with length too large. Truncating");