Searched refs:fFormatVersion (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 97 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()
|
D | rbbirb.cpp | 173 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()
|
D | rbbidata.h | 68 … UVersionInfo fFormatVersion; /* Data Format. Same as the value in struct UDataInfo */ member
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 516 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()
|
D | uspoof_impl.h | 300 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/ |
D | RBBIDataWrapper.java | 210 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/ |
D | RBBIDataWrapper.java | 214 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/ |
D | gencfu.cpp | 259 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion, in main()
|
/external/icu/icu4c/source/tools/genbrk/ |
D | genbrk.cpp | 310 …uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.for… in main()
|