OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempCEFromIndexAndStrength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationbuilder.h
175
static inline int64_t
tempCEFromIndexAndStrength
(int32_t index, int32_t strength) {
collationbuilder.cpp
468
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, strength);
496
return
tempCEFromIndexAndStrength
(index, UCOL_TERTIARY);
521
return
tempCEFromIndexAndStrength
(index, UCOL_SECONDARY);
593
ce =
tempCEFromIndexAndStrength
(index, strength);
616
ce =
tempCEFromIndexAndStrength
(index, strength);
634
ce =
tempCEFromIndexAndStrength
(index, strength);
718
ces[cesLength - 1] =
tempCEFromIndexAndStrength
(index, tempStrength);
[
all
...]
Completed in 42 milliseconds