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 113 printBytes(char *buffer, const uint8_t *bytes, int32_t length) {
397 (short)state, printBytes(buffer, bytes, length), (int)c);
405 (int)(length-i), state, printBytes(buffer, bytes, length), (int)c);
411 (int)c, printBytes(buffer, bytes, length));
415 (int)c, printBytes(buffer, bytes, length));
419 (int)c, printBytes(buffer, bytes, length));
434 (int)c, printBytes(buffer, bytes, length), (int)old);
438 (int)c, printBytes(buffer, bytes, length), (int)old);
464 (int)c, printBytes(buffer, bytes, length), (int)old);
468 (int)c, printBytes(buffer, bytes, length), (int)old)
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 124 void printBytes(const char *name = "?",
232 printBytes("targ", target, len);
554 printBytes("src", source, strlen(source) );
591 printBytes("src",source,sourceLimit-source);
601 // printBytes("src",source,sourceLimit-source);
634 printBytes("src", source);
677 printBytes("bytes", bytes, len2);
735 printBytes("src", source);
835 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 36 printBytes(compressed, compressed.length);
74 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 35 printBytes(compressed, compressed.length);
73 printBytes(myCompressed, myByteCount);
383 private void printBytes(byte[] byteBuffer, int len) {
390 logln("Warning: printBytes called with length too large. Truncating");
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 776 printBytes(const uint8_t *bytes, int32_t length, char *out) {
    [all...]

Completed in 295 milliseconds