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

  /external/chromium_org/third_party/icu/source/common/
rbbidata.cpp 77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
83 // that is no longer supported. At that time fFormatVersion was
247 RBBIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[1],
248 fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]);
325 rbbiDH->fFormatVersion[0] != 3 ||
440 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status);
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/icu4c/source/common/
rbbidata.cpp 77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
83 // that is no longer supported. At that time fFormatVersion was
247 RBBIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[1],
248 fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]);
325 rbbiDH->fFormatVersion[0] != 3 ||
440 ds->swapArray32(ds, outputDH->fFormatVersion, 4, outputDH->fFormatVersion, status);
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/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 470 rawData->fFormatVersion[0] > 1 ||
471 rawData->fFormatVersion[1] > 0) {
560 fRawData->fFormatVersion[0] = 1;
561 fRawData->fFormatVersion[1] = 0;
562 fRawData->fFormatVersion[2] = 0;
563 fRawData->fFormatVersion[3] = 0;
828 // uint8_t fFormatVersion[4] // Do not swap this, just copy
834 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) {
835 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/i18n/
uspoof_impl.cpp 470 rawData->fFormatVersion[0] > 1 ||
471 rawData->fFormatVersion[1] > 0) {
560 fRawData->fFormatVersion[0] = 1;
561 fRawData->fFormatVersion[1] = 0;
562 fRawData->fFormatVersion[2] = 0;
563 fRawData->fFormatVersion[3] = 0;
828 // uint8_t fFormatVersion[4] // Do not swap this, just copy
834 if (outputDH->fFormatVersion != spoofDH->fFormatVersion) {
835 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/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.cpp 306 uprv_memcpy(dh.info.formatVersion, ((RBBIDataHeader *)outData)->fFormatVersion, sizeof(dh.info.formatVersion));
  /external/chromium_org/third_party/icu/source/tools/gencfu/
gencfu.cpp 258 reinterpret_cast<SpoofDataHeader *>(outData)->fFormatVersion,
  /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 

Completed in 174 milliseconds