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

/external/icu/icu4c/source/common/unicode/
H A Dudata.h99 * <p>The <code>formatVersion</code> field should be used to
145 uint8_t formatVersion[4]; member in struct:__anon7247
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterDataReader.java412 public boolean isDataVersionAcceptable(byte formatVersion[]) { argument
413 return formatVersion[0] == 6;
605 * Data formatVersion 6.1 and higher has a unicodeMask.
/external/icu/icu4c/source/common/
H A Ducol_data.h71 UVersionInfo formatVersion; /* format version from the UDataInfo header */ member in struct:__anon7219
H A Dubidi_props.c40 uint8_t formatVersion[4]; member in struct:UBiDiProps
H A Ducase.cpp42 uint8_t formatVersion[4]; member in struct:UCaseProps
H A Duresdata.cpp141 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.
157 res_init(ResourceData *pResData, UVersionInfo formatVersion, const void *inBytes, int32_t length, UErrorCode *errorCode) argument
244 UVersionInfo formatVersion; local
260 UVersionInfo formatVersion; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUBinary.java600 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, argument
644 dos.writeInt(formatVersion);
H A DICUResourceBundleReader.java40 public boolean isDataVersionAcceptable(byte formatVersion[]) { argument
42 (formatVersion[0] == 1 && (formatVersion[1] & 0xff) >= 1) ||
43 (2 <= formatVersion[0] && formatVersion[0] <= 3);
53 * formatVersion==1: all bits contain the length of indexes[]
55 * formatVersion>1:
58 * formatVersion>=3:
77 * [5] attributes bit set, see URES_ATT_* (new in formatVersion 1.2)
79 * formatVersion>
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java596 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, argument
640 dos.writeInt(formatVersion);
H A DICUResourceBundleReader.java38 public boolean isDataVersionAcceptable(byte formatVersion[]) { argument
40 (formatVersion[0] == 1 && (formatVersion[1] & 0xff) >= 1) ||
41 (2 <= formatVersion[0] && formatVersion[0] <= 3);
51 * formatVersion==1: all bits contain the length of indexes[]
53 * formatVersion>1:
56 * formatVersion>=3:
75 * [5] attributes bit set, see URES_ATT_* (new in formatVersion 1.2)
77 * formatVersion>
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp74 STRINGS_UTF16_V1, /* formatVersion 1: int length + UChars + NUL + padding to 4 bytes */
75 STRINGS_UTF16_V2 /* formatVersion 2 & up: optional length in 1..3 UChars + UChars + NUL */
99 {1, 3, 0, 0}, /* formatVersion */
103 static const UVersionInfo gFormatVersions[4] = { /* indexed by a major-formatVersion integer */
126 void setFormatVersion(int32_t formatVersion) { argument
128 gFormatVersion = formatVersion;
204 * formatVersion 1: compare key strings in native-charset order
205 * formatVersion 2 and up: compare key strings in ASCII order
854 * Note: This cannot be changed without changing the major formatVersion.
892 int32_t formatVersion local
[all...]
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl15204 if(cmpVersions(formatVersion($UsedDump{1}{"V"}, 2),
15205 formatVersion($UsedDump{2}{"V"}, 2))!=0)
15214 sub formatVersion($$) subroutine
/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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1189 milliseconds