HomeSort by relevance Sort by last modified time
    Searched refs:fFormatVersion (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/common/
rbbidata.cpp 73 // Note: info.fFormatVersion is duplicated in the RBBIDataHeader, and is
109 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
115 // that is no longer supported. At that time fFormatVersion was
275 RBBIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[1],
276 fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]);
353 rbbiDH->fFormatVersion[0] != 3 ||
468 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status)
    [all...]
rbbirb.cpp 178 data->fFormatVersion[0] = 3;
179 data->fFormatVersion[1] = 1;
180 data->fFormatVersion[2] = 0;
181 data->fFormatVersion[3] = 0;
rbbidata.h 62 uint8_t fFormatVersion[4]; /* Data Format. Same as the value in struct UDataInfo */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 106 byte[] fFormatVersion; // For ICU 3.4 and later.
133 fFormatVersion = new byte[4];
179 // or the new fFormatVersion=3.x.
181 This.fHeader.fFormatVersion[0] = bytes.get();
182 This.fHeader.fFormatVersion[1] = bytes.get();
183 This.fHeader.fFormatVersion[2] = bytes.get();
184 This.fHeader.fFormatVersion[3] = bytes.get();
206 This.fHeader.fFormatVersion[0] == 3) // ICU 3.4
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 469 rawData->fFormatVersion[0] > 1 ||
470 rawData->fFormatVersion[1] > 0) {
586 fRawData->fFormatVersion[0] = 1;
587 fRawData->fFormatVersion[1] = 0;
588 fRawData->fFormatVersion[2] = 0;
589 fRawData->fFormatVersion[3] = 0;
854 // uint8_t fFormatVersion[4] // Do not swap this, just copy
860 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) {
861 uprv_memcpy(outputDH->fFormatVersion, spoofDH->fFormatVersion, sizeof(spoofDH->fFormatVersion))
    [all...]
uspoof_impl.h 268 uint8_t fFormatVersion[4]; // Data Format. Same as the value in struct UDataInfo
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 306 uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.formatVersion));
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 258 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 153 milliseconds