OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fFormatVersion
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/
rbbidata.h
62
uint8_t
fFormatVersion
[4]; /* Data Format. Same as the value in struct UDataInfo */
/external/icu/icu4c/source/i18n/
uspoof_impl.h
268
uint8_t
fFormatVersion
[4]; // Data Format. Same as the value in struct UDataInfo
/external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java
107
byte[]
fFormatVersion
; // For ICU 3.4 and later.
134
fFormatVersion
= new byte[4];
178
// or the new
fFormatVersion
=3.x.
180
This.fHeader.
fFormatVersion
[0] = bytes.get();
181
This.fHeader.
fFormatVersion
[1] = bytes.get();
182
This.fHeader.
fFormatVersion
[2] = bytes.get();
183
This.fHeader.
fFormatVersion
[3] = bytes.get();
205
This.fHeader.
fFormatVersion
[0] == 3) // ICU 3.4
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java
106
byte[]
fFormatVersion
; // For ICU 3.4 and later.
133
fFormatVersion
= new byte[4];
177
// or the new
fFormatVersion
=3.x.
179
This.fHeader.
fFormatVersion
[0] = bytes.get();
180
This.fHeader.
fFormatVersion
[1] = bytes.get();
181
This.fHeader.
fFormatVersion
[2] = bytes.get();
182
This.fHeader.
fFormatVersion
[3] = bytes.get();
204
This.fHeader.
fFormatVersion
[0] == 3) // ICU 3.4
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 925 milliseconds