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

  /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/icu4c/common/unicode/
udata.h 93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4];
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
XMLImporter.java 57 int formatVersion = 0;
63 return 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/icu4c/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 142 uprv_memcpy(context, pInfo->formatVersion, 4);
152 (pInfo->formatVersion[0]==1 || pInfo->formatVersion[0]==2));
159 UVersionInfo formatVersion, const void *inBytes, int32_t length,
168 /* formatVersion 1.1 must have a root item and at least 5 indexes */
169 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) {
183 if(formatVersion[0]==1 && formatVersion[1]==0) {
186 /* bundles with formatVersion 1.1 and later contain an indexes[] array *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 54 final int version, final int formatVersion, final int flags, final String locale) {
64 mFormatVersion = formatVersion;
84 final Integer formatVersion = values.getAsInteger(MetadataDbHelper.FORMATVERSION_COLUMN);
96 || null == formatVersion
102 localFilename, remoteFilename, version, formatVersion, flags, locale);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryImporter.java 74 private int formatVersion;
82 return formatVersion;
141 if (maybeSignature == FormatVersion.SIGNATURE){
143 formatVersion = ByteUtils.readInt(bis);
147 if (formatVersion > FormatVersion.VERSION){
149 formatVersion + " > " + FormatVersion.VERSION);
158 formatVersion = 0;
170 if (formatVersion >= 1)
    [all...]
  /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/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1241 milliseconds