Home
last modified time | relevance | path

Searched defs:U_IS_BIG_ENDIAN (Results 1 – 6 of 6) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dplatform.h378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) macro
381 # define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) macro
383 # define U_IS_BIG_ENDIAN 1 macro
385 # define U_IS_BIG_ENDIAN 0 macro
388 # define U_IS_BIG_ENDIAN 1 macro
391 # define U_IS_BIG_ENDIAN 1 macro
394 # define U_IS_BIG_ENDIAN 1 macro
396 # define U_IS_BIG_ENDIAN 0 macro
/external/icu/libandroidicu/include/unicode/
Dplatform.h378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) macro
381 # define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) macro
383 # define U_IS_BIG_ENDIAN 1 macro
385 # define U_IS_BIG_ENDIAN 0 macro
388 # define U_IS_BIG_ENDIAN 1 macro
391 # define U_IS_BIG_ENDIAN 1 macro
394 # define U_IS_BIG_ENDIAN 1 macro
396 # define U_IS_BIG_ENDIAN 0 macro
/external/icu/libicu/ndk_headers/unicode/
Dplatform.h378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) macro
381 # define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) macro
383 # define U_IS_BIG_ENDIAN 1 macro
385 # define U_IS_BIG_ENDIAN 0 macro
388 # define U_IS_BIG_ENDIAN 1 macro
391 # define U_IS_BIG_ENDIAN 1 macro
394 # define U_IS_BIG_ENDIAN 1 macro
396 # define U_IS_BIG_ENDIAN 0 macro
/external/icu/icu4c/source/common/unicode/
Dplatform.h378 # define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) macro
381 # define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) macro
383 # define U_IS_BIG_ENDIAN 1 macro
385 # define U_IS_BIG_ENDIAN 0 macro
388 # define U_IS_BIG_ENDIAN 1 macro
391 # define U_IS_BIG_ENDIAN 1 macro
394 # define U_IS_BIG_ENDIAN 1 macro
396 # define U_IS_BIG_ENDIAN 0 macro
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterConstants.java17 static final int U_IS_BIG_ENDIAN = 0; field
/external/icu/icu4c/source/
Dconfigure.ac714 AC_SUBST(U_IS_BIG_ENDIAN) subst