Searched refs:UCNV_UTF32_BigEndian (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_bld.cpp | 173 { "utf32be", UCNV_UTF32_BigEndian }, 177 { "utf32platformendian", UCNV_UTF32_BigEndian }, 179 { "utf32oppositeendian", UCNV_UTF32_BigEndian },
|
D | ucnv_u32.c | 464 UCNV_UTF32_BigEndian, 491 UCNV_IBM, UCNV_UTF32_BigEndian, 4, 4,
|
D | ucnv.c | 2908 case UCNV_UTF32_BigEndian: in ucnv_isFixedWidth()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 108 UCNV_UTF32_BigEndian = 7, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 1432 TestConverterType("UTF-32BE", UCNV_UTF32_BigEndian); in TestConverterTypesAndStarters()
|