HomeSort by relevance Sort by last modified time
    Searched refs:formatVersion (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/app/timezone/
RulesStateTest.java 39 "2016a", formatVersion(1, 2), false /* operationInProgress */,
45 "2016a", formatVersion(1, 2), false /* operationInProgress */,
51 "2016b", formatVersion(1, 2), false /* operationInProgress */,
57 "2016a", formatVersion(1, 1), false /* operationInProgress */,
63 "2016a", formatVersion(1, 1), true /* operationInProgress */,
69 "2016a", formatVersion(1, 1), false /* operationInProgress */,
75 "2016a", formatVersion(1, 1), false /* operationInProgress */,
81 "2016a", formatVersion(1, 1), false /* operationInProgress */,
87 "2016a", formatVersion(1, 1), false /* operationInProgress */,
96 "2016a", formatVersion(1, 1), false /* operationInProgress */
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.h 37 newPolicyForOnMemoryDict(const int formatVersion, const std::vector<int> &locale,
45 newPolicyForOnMemoryV4Dict(const FormatUtils::FORMAT_VERSION formatVersion,
54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
dictionary_structure_with_buffer_policy_factory.cpp 57 const int formatVersion, const std::vector<int> &locale,
59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion);
76 formatVersion);
85 const FormatUtils::FORMAT_VERSION formatVersion,
88 HeaderPolicy headerPolicy(formatVersion, locale, attributeMap);
113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion(
115 switch (formatVersion) {
126 headerFilePath, formatVersion, std::move(mmappedBuffer));
132 headerFilePath, formatVersion, std::move(mmappedBuffer));
145 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
format_utils.cpp 28 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::getFormatVersion(const int formatVersion) {
29 switch (formatVersion) {
format_utils.h 50 static FORMAT_VERSION getFormatVersion(const int formatVersion);
dict_file_writing_utils.cpp 45 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion);
46 switch (formatVersion) {
51 filePath, localeAsCodePointVector, attributeMap, formatVersion);
56 filePath, localeAsCodePointVector, attributeMap, formatVersion);
68 const FormatUtils::FORMAT_VERSION formatVersion) {
69 HeaderPolicy headerPolicy(formatVersion, localeAsCodePointVector, attributeMap);
dict_file_writing_utils.h 52 const FormatUtils::FORMAT_VERSION formatVersion);
58 const FormatUtils::FORMAT_VERSION formatVersion);
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 94 pInfo->formatVersion[0]==2
99 pInfo->formatVersion[0]);
109 // formatVersion 2 initially has indexes[8], 32 bytes.
183 (3<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=7) &&
184 (pInfo->formatVersion[0]>=7 ||
185 (pInfo->formatVersion[2]==UTRIE_SHIFT &&
186 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT))
191 pInfo->formatVersion[0]);
219 * In formatVersion 7, UPROPS_DATA_TOP_INDEX has the post-header data size
    [all...]
pkgitems.cpp 378 pInfo->formatVersion[0], pInfo->formatVersion[1]);
386 if(pInfo->formatVersion[0]>1 || (pInfo->formatVersion[0]==1 && pInfo->formatVersion[1]>=1)) {
411 if(poolInfo->formatVersion[0]<=1) {
459 pInfo->formatVersion[0]==6 &&
460 pInfo->formatVersion[1]>=2
463 pInfo->formatVersion[0], pInfo->formatVersion[1])
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 59 final int version, final int formatVersion,
72 mFormatVersion = formatVersion;
94 final Integer formatVersion = values.getAsInteger(MetadataDbHelper.FORMATVERSION_COLUMN);
106 || null == formatVersion
112 checksum, retryCount, localFilename, remoteFilename, version, formatVersion,
  /external/icu/icu4c/source/common/
ucol_data.h 71 UVersionInfo formatVersion; /* format version from the UDataInfo header */
ucol_swp.cpp 148 inHeader->formatVersion[0]==3 /*&&
149 inHeader->formatVersion[1]>=0*/
163 /* swap a header-less collation formatVersion=3 binary, inside a resource bundle or ucadata.icu */
202 udata_printError(ds, "ucol_swap(formatVersion=3): too few bytes (%d after header) for collation data\n",
211 inHeader->formatVersion[0]==3 /*&&
212 inHeader->formatVersion[1]>=0*/
214 udata_printError(ds, "ucol_swap(formatVersion=3): magic 0x%08x or format version %02x.%02x is not a collation binary\n",
216 inHeader->formatVersion[0], inHeader->formatVersion[1]);
222 udata_printError(ds, "ucol_swap(formatVersion=3): endianness %d or charset %d does not match the swapper\n"
    [all...]
uresdata.cpp 141 uprv_memcpy(context, pInfo->formatVersion, 4);
151 (1<=pInfo->formatVersion[0] && pInfo->formatVersion[0]<=3));
158 UVersionInfo formatVersion, const void *inBytes, int32_t length,
167 /* formatVersion 1.1 must have a root item and at least 5 indexes */
168 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) {
182 if(formatVersion[0]==1 && formatVersion[1]==0) {
185 /* bundles with formatVersion 1.1 and later contain an indexes[] array *
    [all...]
dictionarydata.cpp 179 pInfo->formatVersion[0] == 1)) {
181 pInfo->dataFormat[0], pInfo->dataFormat[1], pInfo->dataFormat[2], pInfo->dataFormat[3], pInfo->formatVersion[0]);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 41 const FormatUtils::FORMAT_VERSION formatVersion) {
50 formatVersion));
130 const FormatUtils::FORMAT_VERSION formatVersion)
134 mHeaderPolicy(mHeaderBuffer->getReadOnlyByteArrayView().data(), formatVersion),
ver4_dict_buffers.h 49 const FormatUtils::FORMAT_VERSION formatVersion);
134 const FormatUtils::FORMAT_VERSION formatVersion);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp 35 const FormatUtils::FORMAT_VERSION formatVersion) {
66 formatVersion, buffers));
172 const FormatUtils::FORMAT_VERSION formatVersion,
175 mHeaderPolicy(mHeaderBuffer->getReadOnlyByteArrayView().data(), formatVersion),
ver4_dict_buffers.h 40 const FormatUtils::FORMAT_VERSION formatVersion);
114 const FormatUtils::FORMAT_VERSION formatVersion,
  /frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/
SchemaBundle.java 42 @SerializedName("formatVersion")
55 public SchemaBundle(int formatVersion, DatabaseBundle database) {
56 mFormatVersion = formatVersion;
  /external/icu/icu4c/source/common/unicode/
udata.h 99 * <p>The <code>formatVersion</code> field should be used to
145 uint8_t formatVersion[4];
  /external/icu/icu4c/source/samples/udata/
reader.c 54 1, 0, 0, 0, /* formatVersion */
70 pInfo->formatVersion[0]==1 &&
  /system/extras/verity/
BootSignature.java 50 * formatVersion ::= INTEGER
66 private ASN1Integer formatVersion;
87 this.formatVersion = new ASN1Integer(FORMAT_VERSION);
101 formatVersion = (ASN1Integer) sequence.getObjectAt(0);
102 if (formatVersion.getValue().intValue() != FORMAT_VERSION) {
186 v.add(formatVersion);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUBinary.java 600 byte[] formatVersion = new byte[] {
607 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
611 formatVersion[0] & 0xff, formatVersion[1] & 0xff,
612 formatVersion[2] & 0xff, formatVersion[3] & 0xff));
630 public static int writeHeader(int dataFormat, int formatVersion, int dataVersion,
644 dos.writeInt(formatVersion);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUBinary.java 596 byte[] formatVersion = new byte[] {
603 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
607 formatVersion[0] & 0xff, formatVersion[1] & 0xff,
608 formatVersion[2] & 0xff, formatVersion[3] & 0xff));
626 public static int writeHeader(int dataFormat, int formatVersion, int dataVersion,
640 dos.writeInt(formatVersion);
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 501 pInfo->formatVersion[0] == USPOOF_CONFUSABLE_DATA_FORMAT_VERSION
831 pInfo->formatVersion[0]==USPOOF_CONFUSABLE_DATA_FORMAT_VERSION &&
832 pInfo->formatVersion[1]==0 &&
833 pInfo->formatVersion[2]==0 &&
834 pInfo->formatVersion[3]==0 )) {
839 pInfo->formatVersion[0], pInfo->formatVersion[1],
840 pInfo->formatVersion[2], pInfo->formatVersion[3]);

Completed in 450 milliseconds

1 2 3 4