OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IX_OPTIONS
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/
collationdatareader.h
47
IX_OPTIONS
,
134
* Index 1: numericPrimary, CollationFastLatin::VERSION, and options: see
IX_OPTIONS
collationdatareader.cpp
154
if(baseData != NULL && baseData->numericPrimary != (inIndexes[
IX_OPTIONS
] & 0xff000000)) {
167
data->numericPrimary = inIndexes[
IX_OPTIONS
] & 0xff000000;
341
if(((inIndexes[
IX_OPTIONS
] >> 16) & 0xff) == CollationFastLatin::VERSION) {
414
int32_t options = inIndexes[
IX_OPTIONS
] & 0xffff;
collationdatawriter.cpp
137
indexesLength = CollationDataReader::
IX_OPTIONS
+ 1; // no limit offset here
215
indexes[CollationDataReader::
IX_OPTIONS
] =
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java
46
static final int
IX_OPTIONS
= 1;
198
if(baseData != null && baseData.numericPrimary != (inIndexes[
IX_OPTIONS
] & 0xff000000L)) {
210
data.numericPrimary = inIndexes[
IX_OPTIONS
] & 0xff000000L;
380
if(((inIndexes[
IX_OPTIONS
] >> 16) & 0xff) == CollationFastLatin.VERSION) {
462
int options = inIndexes[
IX_OPTIONS
] & 0xffff;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java
45
static final int
IX_OPTIONS
= 1;
197
if(baseData != null && baseData.numericPrimary != (inIndexes[
IX_OPTIONS
] & 0xff000000L)) {
209
data.numericPrimary = inIndexes[
IX_OPTIONS
] & 0xff000000L;
379
if(((inIndexes[
IX_OPTIONS
] >> 16) & 0xff) == CollationFastLatin.VERSION) {
461
int options = inIndexes[
IX_OPTIONS
] & 0xffff;
/external/icu/icu4c/source/common/
ucol_swp.cpp
351
IX_OPTIONS
,
388
// Need at least IX_INDEXES_LENGTH and
IX_OPTIONS
.
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.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 101 milliseconds