Searched refs:bytes_r (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Ducsdetst.c476 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);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcsdetest.cpp636 char *bytes_r = extractBytes(s2, "IBM424", brLength); local
662 ucsdet_setText(csd, bytes_r, brLength, &status);
677 freeBytes(bytes_r);
724 char *bytes_r = extractBytes(s2, "IBM420", brLength); local
750 ucsdet_setText(csd, bytes_r, brLength, &status);
765 freeBytes(bytes_r);

Completed in 177 milliseconds