OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCE
(Results
1 - 21
of
21
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java
109
leftSecondary = ((int) left.
getCE
(leftIndex++)) >>> 16;
114
rightSecondary = ((int) right.
getCE
(rightIndex++)) >>> 16;
133
while ((p = left.
getCE
(leftLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
138
while ((p = right.
getCE
(rightLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
149
leftSecondary = ((int) left.
getCE
(--leftIndex)) >>> 16;
154
rightSecondary = ((int) right.
getCE
(--rightIndex)) >>> 16;
168
assert (left.
getCE
(leftLimit) == right.
getCE
(rightLimit));
193
ce = left.
getCE
(leftIndex++);
200
ce = right.
getCE
(rightIndex++)
[
all
...]
ContractionsAndExpansions.java
214
assert (length >= 2 && iter.
getCE
(length - 1) == Collation.NO_CE);
CollationBuilder.java
[
all
...]
CollationIterator.java
349
public final long
getCE
(int i) {
[
all
...]
CollationDataBuilder.java
[
all
...]
/external/icu/icu4c/source/i18n/
collationcompare.cpp
119
leftSecondary = ((uint32_t)left.
getCE
(leftIndex++)) >> 16;
124
rightSecondary = ((uint32_t)right.
getCE
(rightIndex++)) >> 16;
141
while((p = (uint32_t)(left.
getCE
(leftLimit) >> 32)) >
147
while((p = (uint32_t)(right.
getCE
(rightLimit) >> 32)) >
159
leftSecondary = ((uint32_t)left.
getCE
(--leftIndex)) >> 16;
164
rightSecondary = ((uint32_t)right.
getCE
(--rightIndex)) >> 16;
176
U_ASSERT(left.
getCE
(leftLimit) == right.
getCE
(rightLimit));
199
ce = left.
getCE
(leftIndex++);
206
ce = right.
getCE
(rightIndex++)
[
all
...]
usearch.cpp
149
inline int32_t
getCE
(const UStringSearch *strsrch, uint32_t sourcece)
326
uint32_t newce =
getCE
(strsrch, ce);
636
int32_t ce =
getCE
(strsrch, ucol_next(coleiter, &status));
647
&&
getCE
(strsrch, nextce) == UCOL_IGNORABLE) {
[
all
...]
collationiterator.h
196
inline int64_t
getCE
(int32_t i) const {
collationsets.cpp
520
U_ASSERT(length >= 2 && iter.
getCE
(length - 1) == Collation::NO_CE);
collationbuilder.cpp
[
all
...]
collationdatabuilder.cpp
198
int64_t ce =
getCE
(i);
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java
105
leftSecondary = ((int) left.
getCE
(leftIndex++)) >>> 16;
110
rightSecondary = ((int) right.
getCE
(rightIndex++)) >>> 16;
129
while ((p = left.
getCE
(leftLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
134
while ((p = right.
getCE
(rightLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
145
leftSecondary = ((int) left.
getCE
(--leftIndex)) >>> 16;
150
rightSecondary = ((int) right.
getCE
(--rightIndex)) >>> 16;
164
assert (left.
getCE
(leftLimit) == right.
getCE
(rightLimit));
189
ce = left.
getCE
(leftIndex++);
196
ce = right.
getCE
(rightIndex++)
[
all
...]
ContractionsAndExpansions.java
207
assert (length >= 2 && iter.
getCE
(length - 1) == Collation.NO_CE);
CollationBuilder.java
[
all
...]
CollationIterator.java
347
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
605
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
622
private int
getCE
(int sourcece) {
723
int newce =
getCE
(ce);
[
all
...]
RuleBasedCollator.java
[
all
...]
Completed in 1117 milliseconds