Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbidata.cpp97 if (fHeader->fMagic != 0xb1a0 || !isDataVersionAcceptable(fHeader->fFormatVersion)) { in init()
256 …BIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[… in printData()
257 … fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]); in printData()
327 !RBBIDataWrapper::isDataVersionAcceptable(rbbiDH->fFormatVersion) || in ubrk_swap()
419 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status); in ubrk_swap()
Drbbirb.cpp173 data->fFormatVersion[0] = RBBI_DATA_FORMAT_VERSION[0]; in flattenData()
174 data->fFormatVersion[1] = RBBI_DATA_FORMAT_VERSION[1]; in flattenData()
175 data->fFormatVersion[2] = RBBI_DATA_FORMAT_VERSION[2]; in flattenData()
176 data->fFormatVersion[3] = RBBI_DATA_FORMAT_VERSION[3]; in flattenData()
Drbbidata.h68 … UVersionInfo fFormatVersion; /* Data Format. Same as the value in struct UDataInfo */ member
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp516 fRawData->fFormatVersion[0] != USPOOF_CONFUSABLE_DATA_FORMAT_VERSION || in validateDataVersion()
517 fRawData->fFormatVersion[1] != 0 || in validateDataVersion()
518 fRawData->fFormatVersion[2] != 0 || in validateDataVersion()
519 fRawData->fFormatVersion[3] != 0) { in validateDataVersion()
669 fRawData->fFormatVersion[0] = USPOOF_CONFUSABLE_DATA_FORMAT_VERSION; in SpoofData()
670 fRawData->fFormatVersion[1] = 0; in SpoofData()
671 fRawData->fFormatVersion[2] = 0; in SpoofData()
672 fRawData->fFormatVersion[3] = 0; in SpoofData()
973 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) { in uspoof_swap()
974 … uprv_memcpy(outputDH->fFormatVersion, spoofDH->fFormatVersion, sizeof(spoofDH->fFormatVersion)); in uspoof_swap()
Duspoof_impl.h300 uint8_t fFormatVersion[4]; // Data Format. Same as the value in struct UDataInfo member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRBBIDataWrapper.java210 byte[] fFormatVersion; // For ICU 3.4 and later. field in RBBIDataWrapper.RBBIDataHeader
236 fFormatVersion = new byte[4]; in RBBIDataHeader()
264 This.fHeader.fFormatVersion[0] = bytes.get(); in get()
265 This.fHeader.fFormatVersion[1] = bytes.get(); in get()
266 This.fHeader.fFormatVersion[2] = bytes.get(); in get()
267 This.fHeader.fFormatVersion[3] = bytes.get(); in get()
283 ….fHeader.fMagic != 0xb1a0 || !IS_ACCEPTABLE.isDataVersionAcceptable(This.fHeader.fFormatVersion)) { in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRBBIDataWrapper.java214 byte[] fFormatVersion; // For ICU 3.4 and later. field in RBBIDataWrapper.RBBIDataHeader
240 fFormatVersion = new byte[4]; in RBBIDataHeader()
268 This.fHeader.fFormatVersion[0] = bytes.get(); in get()
269 This.fHeader.fFormatVersion[1] = bytes.get(); in get()
270 This.fHeader.fFormatVersion[2] = bytes.get(); in get()
271 This.fHeader.fFormatVersion[3] = bytes.get(); in get()
287 ….fHeader.fMagic != 0xb1a0 || !IS_ACCEPTABLE.isDataVersionAcceptable(This.fHeader.fFormatVersion)) { in get()
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp259 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion, in main()
/external/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp310 …uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.for… in main()