HomeSort by relevance Sort by last modified time
    Searched defs:formatVersion (Results 1 - 21 of 21) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
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(
116 switch (formatVersion) {
125 headerFilePath, formatVersion, std::move(mmappedBuffer));
131 headerFilePath, formatVersion, std::move(mmappedBuffer));
144 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.cpp 44 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion);
45 switch (formatVersion) {
50 filePath, localeAsCodePointVector, attributeMap, formatVersion);
55 filePath, localeAsCodePointVector, attributeMap, formatVersion);
67 const FormatUtils::FORMAT_VERSION formatVersion) {
68 HeaderPolicy headerPolicy(formatVersion, localeAsCodePointVector, attributeMap);
  /external/chromium_org/third_party/icu/source/common/unicode/
udata.h 93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4];
  /external/icu/icu4c/source/common/unicode/
udata.h 93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4];
  /system/extras/verity/
BootSignature.java 37 * FormatVersion ::= INTEGER
52 private ASN1Integer formatVersion;
59 this.formatVersion = new ASN1Integer(0);
102 v.add(formatVersion);
KeystoreSigner.java 39 * FormatVersion ::= INTEGER
82 private ASN1Integer formatVersion;
87 this.formatVersion = new ASN1Integer(0);
99 v.add(formatVersion);
106 v.add(formatVersion);
  /external/chromium_org/third_party/icu/source/common/
ubidi_props.c 38 uint8_t formatVersion[4];
ucase.c 39 uint8_t formatVersion[4];
    [all...]
uresdata.c 135 uprv_memcpy(context, pInfo->formatVersion, 4);
145 (pInfo->formatVersion[0]==1 || pInfo->formatVersion[0]==2));
152 UVersionInfo formatVersion, const void *inBytes, int32_t length,
161 /* formatVersion 1.1 must have a root item and at least 5 indexes */
162 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) {
176 if(formatVersion[0]==1 && formatVersion[1]==0) {
179 /* bundles with formatVersion 1.1 and later contain an indexes[] array *
    [all...]
usprep.cpp 49 static uint8_t formatVersion[4]={ 0, 0, 0, 0 };
85 pInfo->formatVersion[0]==3 &&
86 pInfo->formatVersion[2]==UTRIE_SHIFT &&
87 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT
89 uprv_memcpy(formatVersion, pInfo->formatVersion, 4);
851 pInfo->formatVersion[0]==3
856 pInfo->formatVersion[0]);
  /external/icu/icu4c/source/common/
ubidi_props.c 37 uint8_t formatVersion[4];
ucol_data.h 69 UVersionInfo formatVersion; /* format version from the UDataInfo header */
ucase.cpp 41 uint8_t formatVersion[4];
    [all...]
uresdata.c 140 uprv_memcpy(context, pInfo->formatVersion, 4);
150 (pInfo->formatVersion[0]==1 || pInfo->formatVersion[0]==2));
157 UVersionInfo formatVersion, const void *inBytes, int32_t length,
166 /* formatVersion 1.1 must have a root item and at least 5 indexes */
167 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) {
181 if(formatVersion[0]==1 && formatVersion[1]==0) {
184 /* bundles with formatVersion 1.1 and later contain an indexes[] array *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 55 final String remoteFilename, final int version, final int formatVersion,
67 mFormatVersion = formatVersion;
88 final Integer formatVersion = values.getAsInteger(MetadataDbHelper.FORMATVERSION_COLUMN);
100 || null == formatVersion
106 checksum, localFilename, remoteFilename, version, formatVersion, flags, locale);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtilsTests.java 39 final int formatVersion) throws IOException {
40 if (formatVersion == FormatSpec.VERSION4) {
43 throw new IOException("Dictionary format version " + formatVersion
73 final int formatVersion = FormatSpec.VERSION4;
76 dictFile0 = createEmptyDictionaryAndGetFile("MoveFromDictionary", formatVersion);
89 assertTrue(binaryDictionary.getFormatVersion() == formatVersion);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 104 * uint32_t magic; - must contain UCOL_HEADER_MAGIC (formatVersion 2.3)
132 * (formatVersion 2.3)
134 * UBool isBigEndian; - endianness of this collation binary (formatVersion 2.3)
135 * uint8_t charSetFamily; - charset family of this collation binary (formatVersion 2.3)
136 * uint8_t contractionUCACombosWidth; - number of UChars per UCA contraction in contractionUCACombos (formatVersion 2.3)
142 * UVersionInfo formatVersion; - version of the format of the collation binary
143 * same formatVersion as in ucadata.icu's UDataInfo header
144 * (formatVersion 2.3)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 594 milliseconds