Home
last modified time | relevance | path

Searched refs:UCNV_UTF16_BigEndian (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.cpp164 { "utf16be", UCNV_UTF16_BigEndian },
168 { "utf16platformendian", UCNV_UTF16_BigEndian },
170 { "utf16oppositeendian", UCNV_UTF16_BigEndian},
Ducnv_u16.cpp611 UCNV_UTF16_BigEndian,
639 1200, UCNV_IBM, UCNV_UTF16_BigEndian, 2, 2,
/third_party/icu/icu4c/source/common/
Ducnv_bld.cpp164 { "utf16be", UCNV_UTF16_BigEndian },
168 { "utf16platformendian", UCNV_UTF16_BigEndian },
170 { "utf16oppositeendian", UCNV_UTF16_BigEndian},
Ducnv_u16.cpp611 UCNV_UTF16_BigEndian,
639 1200, UCNV_IBM, UCNV_UTF16_BigEndian, 2, 2,
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.cpp164 { "utf16be", UCNV_UTF16_BigEndian },
168 { "utf16platformendian", UCNV_UTF16_BigEndian },
170 { "utf16oppositeendian", UCNV_UTF16_BigEndian},
Ducnv_u16.cpp611 UCNV_UTF16_BigEndian,
639 1200, UCNV_IBM, UCNV_UTF16_BigEndian, 2, 2,
/third_party/node/deps/icu-small/source/common/unicode/
Ducnv.h107 UCNV_UTF16_BigEndian = 5, enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducnv.h107 UCNV_UTF16_BigEndian = 5, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv.h108 UCNV_UTF16_BigEndian = 5, enumerator
/third_party/node/src/
Dnode_i18n.cc562 case UCNV_UTF16_BigEndian: in ConverterObject()
/third_party/icu/icu4c/source/test/cintltst/
Dnucnvtst.c1444 TestConverterType("UTF-16BE", UCNV_UTF16_BigEndian); in TestConverterTypesAndStarters()