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

  /external/icu/icu4c/source/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/icu/icu4c/source/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);
828 printBytes("bytes", bytes, len2);
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 763 printBytes(uint8_t *bytes, char *out) {
823 printBytes(prev, buf1);
839 printBytes(prev, buf1);
840 printBytes(level, buf2);
845 printBytes(prev, buf1);
846 printBytes(level, buf2);
854 printBytes((uint8_t *)"", buf1);
855 printBytes(prev, buf2);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
ExhaustiveTest.java 38 printBytes(compressed, compressed.length);
75 printBytes(myCompressed, myByteCount);
384 private void printBytes(byte[] byteBuffer, int len) {
391 logln("Warning: printBytes called with length too large. Truncating");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
ExhaustiveTest.java 34 printBytes(compressed, compressed.length);
71 printBytes(myCompressed, myByteCount);
380 private void printBytes(byte[] byteBuffer, int len) {
387 logln("Warning: printBytes called with length too large. Truncating");
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 774 printBytes(const uint8_t *bytes, int32_t length, char *out) {
    [all...]

Completed in 512 milliseconds