Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp655 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
686 *pIsBigEndian=(UBool)(U_IS_BIG_ENDIAN ? ELFDATA2MSB : ELFDATA2LSB); in getArchitecture()
704 *pIsBigEndian=FALSE; in getArchitecture()
747 *pIsBigEndian=(UBool)(buffer.header32.e_ident[EI_DATA]==ELFDATA2MSB); in getArchitecture()
748 if(*pIsBigEndian!=U_IS_BIG_ENDIAN) { in getArchitecture()
769 *pIsBigEndian=FALSE; in getArchitecture()