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

  /external/icu4c/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/samples/ucnv/
convsamp.cpp 124 void printBytes(const char *name = "?",
230 printBytes("targ", target, len);
550 printBytes("src", source, strlen(source) );
587 printBytes("src",source,sourceLimit-source);
597 // printBytes("src",source,sourceLimit-source);
630 printBytes("src", source);
673 printBytes("bytes", bytes, len2);
731 printBytes("src", source);
832 printBytes("bytes", bytes, len2);
  /external/icu4c/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/test/intltest/
convtest.cpp 669 printBytes(const uint8_t *bytes, int32_t length, char *out) {
    [all...]

Completed in 4343 milliseconds