Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbidata.cpp73 !(fHeader->fFormatVersion[0] == 3 || // ICU 3.4 in init()
74 *(int32_t *)fHeader->fFormatVersion == 1)) // ICU 3.2 and earlier. in init()
240 …BIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[… in printData()
241 … fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]); in printData()
317 UBool formatVersionOne = ds->readUInt32(*(int32_t *)rbbiDH->fFormatVersion) == 1; in ubrk_swap()
319 !(formatVersionOne || rbbiDH->fFormatVersion[0] == 3) || in ubrk_swap()
436 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status); in ubrk_swap()
Drbbirb.cpp175 data->fFormatVersion[0] = 3; in flattenData()
176 data->fFormatVersion[1] = 1; in flattenData()
177 data->fFormatVersion[2] = 0; in flattenData()
178 data->fFormatVersion[3] = 0; in flattenData()
Drbbidata.h61 … uint8_t fFormatVersion[4]; /* Data Format. Same as the value in struct UDataInfo */ member
Drbbi.cpp1168 *(int32_t *)fData->fHeader->fFormatVersion == 1 ) { in handlePrevious()
/external/icu4c/tools/genbrk/
Dgenbrk.cpp305 …uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.for… in main()