Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424() local
496 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM424()
511 freeBytes(bytes_r); in TestIBM424()
555 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); in TestIBM420() local
574 ucsdet_setText(csd, bytes_r, brLength, &status); in TestIBM420()
589 freeBytes(bytes_r); in TestIBM420()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp637 char *bytes_r = extractBytes(s2, "IBM424", brLength); in IBM424Test() local
663 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test()
678 freeBytes(bytes_r); in IBM424Test()
727 char *bytes_r = extractBytes(s2, "IBM420", brLength); in IBM420Test() local
753 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM420Test()
768 freeBytes(bytes_r); in IBM420Test()