Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c1682 static const uint8_t utf7[]={ in TestSub() local
1693 if(!testConvertToUnicode(utf7, ARRAY_LENGTH(utf7), unicode, ARRAY_LENGTH(unicode), "UTF-7", in TestSub()
Dnucnvtst.c953 static const uint8_t utf7[] = { in TestNewConvertWithBufferSizes() local
1016 …testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHAR, utf7, sizeof(utf7), "UTF-7", fromUnicode… in TestNewConvertWithBufferSizes()
1018 …testConvertToU(utf7, sizeof(utf7), unicode, sizeof(unicode)/U_SIZEOF_UCHAR, "UTF-7", toUnicodeOffs… in TestNewConvertWithBufferSizes()