OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weight16
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationbuilder.h
78
int32_t findOrInsertWeakNode(int32_t index, uint32_t
weight16
, int32_t level,
244
static inline int64_t nodeFromWeight16(uint32_t
weight16
) {
245
return (int64_t)
weight16
<< 48;
collationbuilder.cpp
366
uint32_t
weight16
= weight16FromNode(node);
local
367
if(
weight16
== 0) {
376
U_ASSERT(
weight16
>= Collation::COMMON_WEIGHT16);
378
if(
weight16
== Collation::COMMON_WEIGHT16) {
401
weight16
= rootElements.getSecondaryBefore(p,
weight16
);
426
weight16
= rootElements.getTertiaryBefore(p, s,
weight16
);
427
U_ASSERT((
weight16
& ~Collation::ONLY_TERTIARY_MASK) == 0);
430
if(previousWeightIndex >= 0 &&
weight16
== previousWeight16)
[
all
...]
Completed in 133 milliseconds