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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dudata.h93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4]; member in struct:__anon12025
/external/icu/icu4c/source/common/unicode/
H A Dudata.h93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4]; member in struct:__anon21815
/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h69 UVersionInfo formatVersion; /* format version from the UDataInfo header */ member in struct:__anon12004
H A Dubidi_props.c37 uint8_t formatVersion[4]; member in struct:UBiDiProps
H A Ducase.cpp41 uint8_t formatVersion[4]; member in struct:UCaseProps
H A Duresdata.c142 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.
158 res_init(ResourceData *pResData, UVersionInfo formatVersion, const void *inBytes, int32_t length, UErrorCode *errorCode) argument
236 UVersionInfo formatVersion; local
252 UVersionInfo formatVersion; local
[all...]
/external/icu/icu4c/source/common/
H A Ducol_data.h69 UVersionInfo formatVersion; /* format version from the UDataInfo header */ member in struct:__anon21792
H A Dubidi_props.c37 uint8_t formatVersion[4]; member in struct:UBiDiProps
H A Ducase.cpp41 uint8_t formatVersion[4]; member in struct:UCaseProps
H A Duresdata.c140 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.
156 res_init(ResourceData *pResData, UVersionInfo formatVersion, const void *inBytes, int32_t length, UErrorCode *errorCode) argument
234 UVersionInfo formatVersion; local
250 UVersionInfo formatVersion; local
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c45 STRINGS_UTF16_V1, /* formatVersion 1: int length + UChars + NUL + padding to 4 bytes */
46 STRINGS_UTF16_V2 /* formatVersion 2: optional length in 1..3 UChars + UChars + NUL */
70 {1, 3, 0, 0}, /* formatVersion */
74 static const UVersionInfo gFormatVersions[3] = { /* indexed by a major-formatVersion integer */
94 void setFormatVersion(int32_t formatVersion) { argument
95 gFormatVersion = formatVersion;
673 * Note: This cannot be changed without changing the major formatVersion.
758 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
769 * formatVersion 1.1 (ICU 2.8):
781 * formatVersion 1.
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c46 STRINGS_UTF16_V1, /* formatVersion 1: int length + UChars + NUL + padding to 4 bytes */
47 STRINGS_UTF16_V2 /* formatVersion 2: optional length in 1..3 UChars + UChars + NUL */
71 {1, 3, 0, 0}, /* formatVersion */
75 static const UVersionInfo gFormatVersions[3] = { /* indexed by a major-formatVersion integer */
95 void setFormatVersion(int32_t formatVersion) { argument
96 gFormatVersion = formatVersion;
770 * Note: This cannot be changed without changing the major formatVersion.
855 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
866 * formatVersion 1.1 (ICU 2.8):
878 * formatVersion 1.
[all...]
/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 4795 milliseconds