Searched refs:uprv_readSwapUInt16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudataswp.c127 uprv_readSwapUInt16(uint16_t x) { function
339 swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16;
396 headerSize=uprv_readSwapUInt16(pHeader->dataHeader.headerSize);
397 infoSize=uprv_readSwapUInt16(pHeader->info.size);
/external/icu4c/common/
H A Dudataswp.c127 uprv_readSwapUInt16(uint16_t x) { function
339 swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16;
396 headerSize=uprv_readSwapUInt16(pHeader->dataHeader.headerSize);
397 infoSize=uprv_readSwapUInt16(pHeader->info.size);

Completed in 138 milliseconds