Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/icu/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
/third_party/icu/icu4c/source/common/
Drbbidata.cpp97 if (fHeader->fMagic != 0xb1a0 || !isDataVersionAcceptable(fHeader->fFormatVersion)) { in init()
278 …BIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[… in printData()
279 … fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]); in printData()
349 !RBBIDataWrapper::isDataVersionAcceptable(rbbiDH->fFormatVersion) || in ubrk_swap()
470 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status); in ubrk_swap()
Drbbirb.cpp194 data->fFormatVersion[0] = RBBI_DATA_FORMAT_VERSION[0]; in flattenData()
195 data->fFormatVersion[1] = RBBI_DATA_FORMAT_VERSION[1]; in flattenData()
196 data->fFormatVersion[2] = RBBI_DATA_FORMAT_VERSION[2]; in flattenData()
197 data->fFormatVersion[3] = RBBI_DATA_FORMAT_VERSION[3]; in flattenData()
Drbbidata.h69 … UVersionInfo fFormatVersion; /* Data Format. Same as the value in struct UDataInfo */ member
/third_party/node/deps/icu-small/source/common/
Drbbidata.cpp97 if (fHeader->fMagic != 0xb1a0 || !isDataVersionAcceptable(fHeader->fFormatVersion)) { in init()
278 …BIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[… in printData()
279 … fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]); in printData()
349 !RBBIDataWrapper::isDataVersionAcceptable(rbbiDH->fFormatVersion) || in ubrk_swap()
470 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status); in ubrk_swap()
Drbbirb.cpp194 data->fFormatVersion[0] = RBBI_DATA_FORMAT_VERSION[0]; in flattenData()
195 data->fFormatVersion[1] = RBBI_DATA_FORMAT_VERSION[1]; in flattenData()
196 data->fFormatVersion[2] = RBBI_DATA_FORMAT_VERSION[2]; in flattenData()
197 data->fFormatVersion[3] = RBBI_DATA_FORMAT_VERSION[3]; in flattenData()
Drbbidata.h69 … UVersionInfo fFormatVersion; /* Data Format. Same as the value in struct UDataInfo */ member
/third_party/skia/third_party/externals/icu/source/common/
Drbbidata.cpp97 if (fHeader->fMagic != 0xb1a0 || !isDataVersionAcceptable(fHeader->fFormatVersion)) { in init()
278 …BIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[… in printData()
279 … fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]); in printData()
349 !RBBIDataWrapper::isDataVersionAcceptable(rbbiDH->fFormatVersion) || in ubrk_swap()
470 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status); in ubrk_swap()
Drbbirb.cpp194 data->fFormatVersion[0] = RBBI_DATA_FORMAT_VERSION[0]; in flattenData()
195 data->fFormatVersion[1] = RBBI_DATA_FORMAT_VERSION[1]; in flattenData()
196 data->fFormatVersion[2] = RBBI_DATA_FORMAT_VERSION[2]; in flattenData()
197 data->fFormatVersion[3] = RBBI_DATA_FORMAT_VERSION[3]; in flattenData()
Drbbidata.h69 … UVersionInfo fFormatVersion; /* Data Format. Same as the value in struct UDataInfo */ member
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp493 fRawData->fFormatVersion[0] != USPOOF_CONFUSABLE_DATA_FORMAT_VERSION || in validateDataVersion()
494 fRawData->fFormatVersion[1] != 0 || in validateDataVersion()
495 fRawData->fFormatVersion[2] != 0 || in validateDataVersion()
496 fRawData->fFormatVersion[3] != 0) { in validateDataVersion()
646 fRawData->fFormatVersion[0] = USPOOF_CONFUSABLE_DATA_FORMAT_VERSION; in SpoofData()
647 fRawData->fFormatVersion[1] = 0; in SpoofData()
648 fRawData->fFormatVersion[2] = 0; in SpoofData()
649 fRawData->fFormatVersion[3] = 0; in SpoofData()
948 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) { in uspoof_swap()
949 … uprv_memcpy(outputDH->fFormatVersion, spoofDH->fFormatVersion, sizeof(spoofDH->fFormatVersion)); in uspoof_swap()
Duspoof_impl.h302 uint8_t fFormatVersion[4]; // Data Format. Same as the value in struct UDataInfo member
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp493 fRawData->fFormatVersion[0] != USPOOF_CONFUSABLE_DATA_FORMAT_VERSION || in validateDataVersion()
494 fRawData->fFormatVersion[1] != 0 || in validateDataVersion()
495 fRawData->fFormatVersion[2] != 0 || in validateDataVersion()
496 fRawData->fFormatVersion[3] != 0) { in validateDataVersion()
646 fRawData->fFormatVersion[0] = USPOOF_CONFUSABLE_DATA_FORMAT_VERSION; in SpoofData()
647 fRawData->fFormatVersion[1] = 0; in SpoofData()
648 fRawData->fFormatVersion[2] = 0; in SpoofData()
649 fRawData->fFormatVersion[3] = 0; in SpoofData()
948 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) { in uspoof_swap()
949 … uprv_memcpy(outputDH->fFormatVersion, spoofDH->fFormatVersion, sizeof(spoofDH->fFormatVersion)); in uspoof_swap()
Duspoof_impl.h302 uint8_t fFormatVersion[4]; // Data Format. Same as the value in struct UDataInfo member
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp493 fRawData->fFormatVersion[0] != USPOOF_CONFUSABLE_DATA_FORMAT_VERSION || in validateDataVersion()
494 fRawData->fFormatVersion[1] != 0 || in validateDataVersion()
495 fRawData->fFormatVersion[2] != 0 || in validateDataVersion()
496 fRawData->fFormatVersion[3] != 0) { in validateDataVersion()
646 fRawData->fFormatVersion[0] = USPOOF_CONFUSABLE_DATA_FORMAT_VERSION; in SpoofData()
647 fRawData->fFormatVersion[1] = 0; in SpoofData()
648 fRawData->fFormatVersion[2] = 0; in SpoofData()
649 fRawData->fFormatVersion[3] = 0; in SpoofData()
948 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) { in uspoof_swap()
949 … uprv_memcpy(outputDH->fFormatVersion, spoofDH->fFormatVersion, sizeof(spoofDH->fFormatVersion)); in uspoof_swap()
Duspoof_impl.h302 uint8_t fFormatVersion[4]; // Data Format. Same as the value in struct UDataInfo member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRBBIDataWrapper.java246 byte[] fFormatVersion; // For ICU 3.4 and later. field in RBBIDataWrapper.RBBIDataHeader
272 fFormatVersion = new byte[4]; in RBBIDataHeader()
300 This.fHeader.fFormatVersion[0] = bytes.get(); in get()
301 This.fHeader.fFormatVersion[1] = bytes.get(); in get()
302 This.fHeader.fFormatVersion[2] = bytes.get(); in get()
303 This.fHeader.fFormatVersion[3] = bytes.get(); in get()
319 ….fHeader.fMagic != 0xb1a0 || !IS_ACCEPTABLE.isDataVersionAcceptable(This.fHeader.fFormatVersion)) { in get()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencfu/
Dgencfu.cpp259 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion, in main()
/third_party/skia/third_party/externals/icu/source/tools/gencfu/
Dgencfu.cpp259 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion, in main()
/third_party/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp259 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion, in main()

12