OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempCEFromIndexAndStrength
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java
231
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, strength);
302
return
tempCEFromIndexAndStrength
(index, Collator.TERTIARY);
326
return
tempCEFromIndexAndStrength
(index, Collator.SECONDARY);
391
ce =
tempCEFromIndexAndStrength
(index, strength);
413
ce =
tempCEFromIndexAndStrength
(index, strength);
431
ce =
tempCEFromIndexAndStrength
(index, strength);
499
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, tempStrength);
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java
227
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, strength);
298
return
tempCEFromIndexAndStrength
(index, Collator.TERTIARY);
322
return
tempCEFromIndexAndStrength
(index, Collator.SECONDARY);
387
ce =
tempCEFromIndexAndStrength
(index, strength);
409
ce =
tempCEFromIndexAndStrength
(index, strength);
427
ce =
tempCEFromIndexAndStrength
(index, strength);
495
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, tempStrength);
[
all
...]
/external/icu/icu4c/source/i18n/
collationbuilder.h
180
static inline int64_t
tempCEFromIndexAndStrength
(int32_t index, int32_t strength) {
collationbuilder.cpp
433
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, strength);
504
return
tempCEFromIndexAndStrength
(index, UCOL_TERTIARY);
529
return
tempCEFromIndexAndStrength
(index, UCOL_SECONDARY);
598
ce =
tempCEFromIndexAndStrength
(index, strength);
621
ce =
tempCEFromIndexAndStrength
(index, strength);
639
ce =
tempCEFromIndexAndStrength
(index, strength);
723
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, tempStrength);
[
all
...]
/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 115 milliseconds