OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCE
(Results
1 - 25
of
27
) sorted by null
1
2
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java
107
leftSecondary = ((int) left.
getCE
(leftIndex++)) >>> 16;
112
rightSecondary = ((int) right.
getCE
(rightIndex++)) >>> 16;
131
while ((p = left.
getCE
(leftLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
136
while ((p = right.
getCE
(rightLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
147
leftSecondary = ((int) left.
getCE
(--leftIndex)) >>> 16;
152
rightSecondary = ((int) right.
getCE
(--rightIndex)) >>> 16;
166
assert (left.
getCE
(leftLimit) == right.
getCE
(rightLimit));
191
ce = left.
getCE
(leftIndex++);
198
ce = right.
getCE
(rightIndex++)
[
all
...]
ContractionsAndExpansions.java
209
assert (length >= 2 && iter.
getCE
(length - 1) == Collation.NO_CE);
CollationBuilder.java
[
all
...]
CollationIterator.java
341
public final long
getCE
(int i) {
[
all
...]
CollationDataBuilder.java
[
all
...]
/external/icu/icu4c/source/i18n/
collationcompare.cpp
117
leftSecondary = ((uint32_t)left.
getCE
(leftIndex++)) >> 16;
122
rightSecondary = ((uint32_t)right.
getCE
(rightIndex++)) >> 16;
139
while((p = (uint32_t)(left.
getCE
(leftLimit) >> 32)) >
145
while((p = (uint32_t)(right.
getCE
(rightLimit) >> 32)) >
157
leftSecondary = ((uint32_t)left.
getCE
(--leftIndex)) >> 16;
162
rightSecondary = ((uint32_t)right.
getCE
(--rightIndex)) >> 16;
174
U_ASSERT(left.
getCE
(leftLimit) == right.
getCE
(rightLimit));
197
ce = left.
getCE
(leftIndex++);
204
ce = right.
getCE
(rightIndex++)
[
all
...]
usearch.cpp
147
inline int32_t
getCE
(const UStringSearch *strsrch, uint32_t sourcece)
324
uint32_t newce =
getCE
(strsrch, ce);
634
int32_t ce =
getCE
(strsrch, ucol_next(coleiter, &status));
645
&&
getCE
(strsrch, nextce) == UCOL_IGNORABLE) {
[
all
...]
collationiterator.h
179
inline int64_t
getCE
(int32_t i) const {
collationsets.cpp
518
U_ASSERT(length >= 2 && iter.
getCE
(length - 1) == Collation::NO_CE);
collationbuilder.cpp
[
all
...]
collationdatabuilder.cpp
196
int64_t ce =
getCE
(i);
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java
103
leftSecondary = ((int) left.
getCE
(leftIndex++)) >>> 16;
108
rightSecondary = ((int) right.
getCE
(rightIndex++)) >>> 16;
127
while ((p = left.
getCE
(leftLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
132
while ((p = right.
getCE
(rightLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
143
leftSecondary = ((int) left.
getCE
(--leftIndex)) >>> 16;
148
rightSecondary = ((int) right.
getCE
(--rightIndex)) >>> 16;
162
assert (left.
getCE
(leftLimit) == right.
getCE
(rightLimit));
187
ce = left.
getCE
(leftIndex++);
194
ce = right.
getCE
(rightIndex++)
[
all
...]
ContractionsAndExpansions.java
205
assert (length >= 2 && iter.
getCE
(length - 1) == Collation.NO_CE);
CollationBuilder.java
[
all
...]
CollationIterator.java
339
public final long
getCE
(int i) {
[
all
...]
CollationDataBuilder.java
[
all
...]
/external/clang/test/SemaCXX/
err_typecheck_assign_const_filecheck.cpp
18
const E &
getCE
() const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java
603
private int
getCE
(int sourcece) {
706
int newce =
getCE
(ce);
[
all
...]
RuleBasedCollator.java
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java
620
private int
getCE
(int sourcece) {
723
int newce =
getCE
(ce);
[
all
...]
RuleBasedCollator.java
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 422 milliseconds
1
2