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

  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); local
496 ucsdet_setText(csd, bytes_r, brLength, &status);
511 freeBytes(bytes_r);
555 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); local
574 ucsdet_setText(csd, bytes_r, brLength, &status);
589 freeBytes(bytes_r);
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 637 char *bytes_r = extractBytes(s2, "IBM424", brLength); local
663 ucsdet_setText(csd, bytes_r, brLength, &status);
678 freeBytes(bytes_r);
727 char *bytes_r = extractBytes(s2, "IBM420", brLength); local
753 ucsdet_setText(csd, bytes_r, brLength, &status);
768 freeBytes(bytes_r);
    [all...]

Completed in 365 milliseconds