Searched defs:formatVersion (Results 1 - 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DXMLImporter.java57 int formatVersion = 0; field in class:XMLImporter
63 return formatVersion;
/external/icu4c/common/unicode/
H A Dudata.h93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4]; member in struct:__anon5271
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DSavableClassUtil.java124 public static int getSavedSavableVersion(Object savable, Class<? extends Savable> desiredClass, int[] versions, int formatVersion){ argument
142 if (formatVersion <= 1){
/external/icu4c/common/
H A Dubidi_props.c38 uint8_t formatVersion[4]; member in struct:UBiDiProps
H A Ducase.c39 uint8_t formatVersion[4]; member in struct:UCaseProps
H A Dusprep.cpp49 static uint8_t formatVersion[4]={ 0, 0, 0, 0 }; variable
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]);
H A Duresdata.c135 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.
151 res_init(ResourceData *pResData, UVersionInfo formatVersion, const void *inBytes, int32_t length, UErrorCode *errorCode) argument
229 UVersionInfo formatVersion; local
245 UVersionInfo formatVersion; local
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryImporter.java74 private int formatVersion; field in class:BinaryImporter
82 return formatVersion;
143 formatVersion = ByteUtils.readInt(bis);
147 if (formatVersion > FormatVersion.VERSION){
149 formatVersion + " > " + FormatVersion.VERSION);
158 formatVersion = 0;
170 if (formatVersion >= 1){
/external/icu4c/tools/genrb/
H A Dreslist.c43 STRINGS_UTF16_V1, /* formatVersion 1: int length + UChars + NUL + padding to 4 bytes */
44 STRINGS_UTF16_V2 /* formatVersion 2: optional length in 1..3 UChars + UChars + NUL */
68 {1, 3, 0, 0}, /* formatVersion */
72 static const UVersionInfo gFormatVersions[3] = { /* indexed by a major-formatVersion integer */
92 void setFormatVersion(int32_t formatVersion) { argument
93 gFormatVersion = formatVersion;
671 * Note: This cannot be changed without changing the major formatVersion.
756 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
767 * formatVersion 1.1 (ICU 2.8):
779 * formatVersion 1.
[all...]
/external/icu4c/i18n/
H A Ducol_imp.h104 * 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)
893 UVersionInfo formatVersion; /* format version from the UDataInfo header */ member in struct:__anon5357
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3191 milliseconds