Searched refs:chars_reverse (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 453 static const UChar chars_reverse[] = { in TestIBM424() local 474 …bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse); in TestIBM424() 477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424() 535 static const UChar chars_reverse[] = { in TestIBM420() local 552 …bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_reverse); in TestIBM420() 555 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength); in TestIBM420()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 595 static const UChar chars_reverse[] = { in IBM424Test() local 619 UnicodeString s2(chars_reverse); in IBM424Test() 689 static const UChar chars_reverse[] = { in IBM420Test() local 709 UnicodeString s2(chars_reverse); in IBM420Test()
|