Searched refs:outIsBigEndian (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudataswp.c287 outHeader->info.isBigEndian = ds->outIsBigEndian;
313 UBool outIsBigEndian, uint8_t outCharset,
336 swapper->outIsBigEndian=outIsBigEndian;
342 swapper->writeUInt16= outIsBigEndian==U_IS_BIG_ENDIAN ? uprv_writeDirectUInt16 : uprv_writeSwapUInt16;
343 swapper->writeUInt32= outIsBigEndian==U_IS_BIG_ENDIAN ? uprv_writeDirectUInt32 : uprv_writeSwapUInt32;
347 swapper->swapArray16= inIsBigEndian==outIsBigEndian ? uprv_copyArray16 : uprv_swapArray16;
348 swapper->swapArray32= inIsBigEndian==outIsBigEndian ? uprv_copyArray32 : uprv_swapArray32;
361 UBool outIsBigEndian, uint8_t outCharset,
409 return udata_openSwapper(inIsBigEndian, inCharset, outIsBigEndian, outCharse
312 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
360 udata_openSwapperForInputData(const void *data, int32_t length, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
[all...]
H A Dudataswp.h155 UBool outIsBigEndian; member in struct:UDataSwapper
198 UBool outIsBigEndian, uint8_t outCharset,
212 UBool outIsBigEndian, uint8_t outCharset,
H A Ducol_swp.cpp242 outHeader->isBigEndian=ds->outIsBigEndian;
/external/icu/icu4c/source/common/
H A Dudataswp.c336 outHeader->info.isBigEndian = ds->outIsBigEndian;
362 UBool outIsBigEndian, uint8_t outCharset,
385 swapper->outIsBigEndian=outIsBigEndian;
391 swapper->writeUInt16= outIsBigEndian==U_IS_BIG_ENDIAN ? uprv_writeDirectUInt16 : uprv_writeSwapUInt16;
392 swapper->writeUInt32= outIsBigEndian==U_IS_BIG_ENDIAN ? uprv_writeDirectUInt32 : uprv_writeSwapUInt32;
396 if(inIsBigEndian==outIsBigEndian) {
417 UBool outIsBigEndian, uint8_t outCharset,
465 return udata_openSwapper(inIsBigEndian, inCharset, outIsBigEndian, outCharset, pErrorCode);
361 udata_openSwapper(UBool inIsBigEndian, uint8_t inCharset, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
416 udata_openSwapperForInputData(const void *data, int32_t length, UBool outIsBigEndian, uint8_t outCharset, UErrorCode *pErrorCode) argument
H A Dudataswp.h155 UBool outIsBigEndian; member in struct:UDataSwapper
200 UBool outIsBigEndian, uint8_t outCharset,
214 UBool outIsBigEndian, uint8_t outCharset,
H A Ducol_swp.cpp256 outHeader->isBigEndian=ds->outIsBigEndian;
/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp116 UBool outIsBigEndian; local
147 outIsBigEndian=FALSE;
151 outIsBigEndian=TRUE;
155 outIsBigEndian=TRUE;
207 ds=udata_openSwapperForInputData(data, length, outIsBigEndian, outCharset, &errorCode);
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp116 UBool outIsBigEndian; local
147 outIsBigEndian=FALSE;
151 outIsBigEndian=TRUE;
155 outIsBigEndian=TRUE;
207 ds=udata_openSwapperForInputData(data, length, outIsBigEndian, outCharset, &errorCode);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp698 UBool outIsBigEndian; local
726 makeTypeProps(outType, outCharset, outIsBigEndian);
733 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
734 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
736 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1136 UBool itemIsBigEndian, outIsBigEndian; local
1149 makeTypeProps(outType, outCharset, outIsBigEndian);
1150 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp699 UBool outIsBigEndian; local
727 makeTypeProps(outType, outCharset, outIsBigEndian);
734 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
735 ds[TYPE_L]= i==TYPE_L ? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
737 ds[TYPE_E]= i==TYPE_E ? NULL : udata_openSwapper(TRUE, U_EBCDIC_FAMILY, outIsBigEndian, outCharset, &errorCode);
1137 UBool itemIsBigEndian, outIsBigEndian; local
1150 makeTypeProps(outType, outCharset, outIsBigEndian);
1151 ds=udata_openSwapper(itemIsBigEndian, itemCharset, outIsBigEndian, outCharset, &errorCode);

Completed in 913 milliseconds