Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.cpp165 { "utf16le", UCNV_UTF16_LittleEndian },
167 { "utf16oppositeendian", UCNV_UTF16_LittleEndian },
171 { "utf16platformendian", UCNV_UTF16_LittleEndian },
Ducnv_u16.cpp1212 UCNV_UTF16_LittleEndian,
1241 1202, UCNV_IBM, UCNV_UTF16_LittleEndian, 2, 2,
/third_party/icu/icu4c/source/common/
Ducnv_bld.cpp165 { "utf16le", UCNV_UTF16_LittleEndian },
167 { "utf16oppositeendian", UCNV_UTF16_LittleEndian },
171 { "utf16platformendian", UCNV_UTF16_LittleEndian },
Ducnv_u16.cpp1212 UCNV_UTF16_LittleEndian,
1241 1202, UCNV_IBM, UCNV_UTF16_LittleEndian, 2, 2,
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.cpp165 { "utf16le", UCNV_UTF16_LittleEndian },
167 { "utf16oppositeendian", UCNV_UTF16_LittleEndian },
171 { "utf16platformendian", UCNV_UTF16_LittleEndian },
Ducnv_u16.cpp1212 UCNV_UTF16_LittleEndian,
1241 1202, UCNV_IBM, UCNV_UTF16_LittleEndian, 2, 2,
/third_party/node/deps/icu-small/source/common/unicode/
Ducnv.h109 UCNV_UTF16_LittleEndian = 6, enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducnv.h109 UCNV_UTF16_LittleEndian = 6, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv.h110 UCNV_UTF16_LittleEndian = 6, enumerator
/third_party/node/src/
Dnode_i18n.cc563 case UCNV_UTF16_LittleEndian: in ConverterObject()
/third_party/icu/icu4c/source/test/cintltst/
Dnucnvtst.c1445 TestConverterType("UTF-16LE", UCNV_UTF16_LittleEndian); in TestConverterTypesAndStarters()