Searched defs:fFormatVersion (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Drbbidata.h62 uint8_t fFormatVersion[4]; /* Data Format. Same as the value in struct UDataInfo */ member in struct:RBBIDataHeader
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.h268 uint8_t fFormatVersion[4]; // Data Format. Same as the value in struct UDataInfo member in struct:SpoofDataHeader
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIDataWrapper.java106 byte[] fFormatVersion; // For ICU 3.4 and later. field in class:RBBIDataWrapper.RBBIDataHeader
133 fFormatVersion = new byte[4];
179 // or the new fFormatVersion=3.x.
181 This.fHeader.fFormatVersion[0] = bytes.get();
182 This.fHeader.fFormatVersion[1] = bytes.get();
183 This.fHeader.fFormatVersion[2] = bytes.get();
184 This.fHeader.fFormatVersion[3] = bytes.get();
206 This.fHeader.fFormatVersion[0] == 3) // ICU 3.4
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 128 milliseconds