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 476 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); local
495 ucsdet_setText(csd, bytes_r, brLength, &status);
510 freeBytes(bytes_r);
554 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); local
573 ucsdet_setText(csd, bytes_r, brLength, &status);
588 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 875 milliseconds