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

  /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/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/icu4c/test/intltest/
convtest.cpp 700 printBytes(const uint8_t *bytes, int32_t length, char *out) {
    [all...]

Completed in 100 milliseconds