OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCE32
(Results
1 - 18
of
18
) sorted by null
/external/icu/icu4c/source/i18n/
collationdata.h
66
uint32_t
getCE32
(UChar32 c) const {
76
Collation::hasCE32Tag(
getCE32
(c), Collation::DIGIT_TAG);
collationiterator.cpp
207
return (c < 0) ? Collation::FALLBACK_CE32 : data->
getCE32
(c);
227
return data->
getCE32
(c);
295
ce32 = d->
getCE32
(c);
670
ce32 = d->
getCE32
(c);
695
ce32 = data->
getCE32
(c);
697
ce32 = data->base->
getCE32
(c);
711
ce32 = data->
getCE32
(c);
713
ce32 = data->base->
getCE32
(c);
[
all
...]
collationdata.cpp
57
uint32_t ce32 =
getCE32
(c);
60
ce32 = base->
getCE32
(c);
collationsets.cpp
64
uint32_t baseCE32 = baseData->getFinalCE32(baseData->
getCE32
(start));
415
uint32_t ce32 = d->
getCE32
(c);
418
ce32 = d->
getCE32
(c);
collationdatabuilder.cpp
111
* calls to data->
getCE32
() and data->getCE32FromSupplementary().
189
ce32 = builder.base->
getCE32
(c);
430
ce32 = base->
getCE32
(c);
555
uint32_t baseCE32 = base->getFinalCE32(base->
getCE32
(c));
[
all
...]
collationiterator.h
138
ce32 = d->
getCE32
(c);
249
* Normally the same as data->
getCE32
(), but overridden in the builder.
250
* Call this only when the faster data->
getCE32
() cannot be used.
utf8collationiterator.cpp
74
return data->
getCE32
(c);
collationfastlatinbuilder.cpp
213
uint32_t ce32 = data.
getCE32
(c);
216
ce32 = d->
getCE32
(c);
rulebasedcollator.cpp
282
h ^= data->
getCE32
(iter.getCodepoint());
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java
257
ce32 = d.
getCE32
(c);
312
int ce32 = data.
getCE32
(c);
316
ce32 = d.
getCE32
(c);
399
return makeCodePointAndCE32Pair(c, data.
getCE32
(c));
439
* Normally the same as data.
getCE32
(), but overridden in the builder.
440
* Call this only when the faster data.
getCE32
() cannot be used.
443
return data.
getCE32
(c);
491
ce32 = d.
getCE32
(c);
[
all
...]
CollationData.java
41
public int
getCE32
(int c) {
51
Collation.hasCE32Tag(
getCE32
(c), Collation.DIGIT_TAG);
118
int ce32 =
getCE32
(c);
121
ce32 = base.
getCE32
(c);
ContractionsAndExpansions.java
101
int ce32 = d.
getCE32
(c);
104
ce32 = d.
getCE32
(c);
CollationDataBuilder.java
187
int baseCE32 = base.getFinalCE32(base.
getCE32
(c));
275
ce32 = base.getFinalCE32(base.
getCE32
(c));
290
ce32 = base.getFinalCE32(base.
getCE32
(c));
[
all
...]
CollationFastLatinBuilder.java
200
int ce32 = data.
getCE32
(c);
203
ce32 = d.
getCE32
(c);
TailoredSet.java
80
int baseCE32 = baseData.getFinalCE32(baseData.
getCE32
(start));
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 279 milliseconds