Searched refs:bytes_r (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 477 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()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 622 char *bytes_r = extractBytes(s2, "IBM424", brLength); in IBM424Test() local 648 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test() 663 delete[] bytes_r; in IBM424Test() 712 char *bytes_r = extractBytes(s2, "IBM420", brLength); in IBM420Test() local 738 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM420Test() 753 delete[] bytes_r; in IBM420Test()
|