OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempCE
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationbuilder.h
188
static inline int32_t indexFromTempCE(int64_t
tempCE
) {
189
tempCE
-= INT64_C(0x4040000006002000);
191
((int32_t)(
tempCE
>> 43) & 0xfe000) |
192
((int32_t)(
tempCE
>> 42) & 0x1fc0) |
193
((int32_t)(
tempCE
>> 24) & 0x3f);
195
static inline int32_t strengthFromTempCE(int64_t
tempCE
) {
196
return ((int32_t)
tempCE
>> 8) & 3;
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
[
all
...]
Completed in 36 milliseconds