Home
last modified time | relevance | path

Searched refs:utf7 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dutf7.js7 exports.utf7 = Utf7Codec;
8 exports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7
/third_party/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c1681 static const uint8_t utf7[]={ in TestSub() local
1692 if(!testConvertToUnicode(utf7, UPRV_LENGTHOF(utf7), unicode, UPRV_LENGTHOF(unicode), "UTF-7", in TestSub()
H A Dnucnvtst.c957 static const uint8_t utf7[] = { in TestNewConvertWithBufferSizes() local
1020 testConvertFromU(unicode, UPRV_LENGTHOF(unicode), utf7, sizeof(utf7), "UTF-7", fromUnicodeOffsets,false); in TestNewConvertWithBufferSizes()
1022 testConvertToU(utf7, sizeof(utf7), unicode, UPRV_LENGTHOF(unicode), "UTF-7", toUnicodeOffsets,false); in TestNewConvertWithBufferSizes()

Completed in 13 milliseconds