Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_bld.h66 uint32_t structSize; /* +0: 4 Size of this structure */ member
95 uint32_t structSize; /* Size of this structure */ member
Ducnv_bld.cpp297 source->structSize != sizeof(UConverterStaticData)) in ucnv_data_unFlattenClone()
320 data->impl->load(data, pArgs, raw + source->structSize, status); in ucnv_data_unFlattenClone()
1379 staticDataSize=ds->readUInt32(inStaticData->structSize); in ucnv_swap()
1383 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_swap()
1398 ds->swapArray32(ds, &inStaticData->structSize, 4, in ucnv_swap()
1399 &outStaticData->structSize, pErrorCode); in ucnv_swap()
Dicuplug.cpp51 uint32_t structSize; /**< initialized to the size of this structure */ member
345 plug->structSize = sizeof(UPlugData); in uplug_allocateEmptyPlug()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterStaticData.java12 int structSize; /* +0: 4 Size of this structure */ field in UConverterStaticData
DUConverterDataReader.java444 sd.structSize = byteBuffer.getInt(); in readStaticData()
DCharsetMBCS.java236 || staticData.structSize != UConverterStaticData.SIZE_OF_UCONVERTER_STATIC_DATA) { in loadConverter()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp152 unsigned structSize = 0; in runOnMachineBasicBlock() local
153 if (needsUnimp(MI, structSize)) { in runOnMachineBasicBlock()
158 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h840 uint32 structSize; // sizeof(SVGAScreenObject) member
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp50 data->sharedData.structSize=sizeof(UConverterSharedData); in initConvData()
51 data->staticData.structSize=sizeof(UConverterStaticData); in initConvData()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp469 (uint32_t)length<(staticDataSize=ds->readUInt32(inStaticData->structSize)) in ucnv_enumDependencies()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1957 EAS_U32 structSize; in Parse_art() local
1971 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &structSize, EAS_FALSE)) … in Parse_art()
1973 pos += (EAS_I32) structSize; in Parse_art()