OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMMON_WEIGHT16
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
collationkeys.cpp
353
} else if(s == Collation::
COMMON_WEIGHT16
) {
363
if(s < Collation::
COMMON_WEIGHT16
) {
378
if(prevSecondary < Collation::
COMMON_WEIGHT16
) {
464
if(t == Collation::
COMMON_WEIGHT16
) {
476
if(t < Collation::
COMMON_WEIGHT16
) {
484
if(t > Collation::
COMMON_WEIGHT16
) { t += 0xc000; }
496
if(t < Collation::
COMMON_WEIGHT16
) {
504
if(t > Collation::
COMMON_WEIGHT16
) { t += 0x4000; }
collationbuilder.cpp
376
U_ASSERT(weight16 >= Collation::
COMMON_WEIGHT16
);
378
if(weight16 == Collation::
COMMON_WEIGHT16
) {
423
s = Collation::
COMMON_WEIGHT16
;
456
node = nodeFromWeight16(Collation::
COMMON_WEIGHT16
) | hasBefore3 |
[
all
...]
collationfastlatinbuilder.cpp
331
if((lower32_0 & Collation::ONLY_TERTIARY_MASK) < Collation::
COMMON_WEIGHT16
) { return FALSE; }
350
if((lower32_1 & Collation::ONLY_TERTIARY_MASK) < Collation::
COMMON_WEIGHT16
) { return FALSE; }
510
prevSecondary = Collation::
COMMON_WEIGHT16
;
528
} else if(s < Collation::
COMMON_WEIGHT16
) {
537
} else if(s == Collation::
COMMON_WEIGHT16
) {
554
if(t > Collation::
COMMON_WEIGHT16
) {
collationbasedatabuilder.cpp
288
if((s != 0 && s < Collation::
COMMON_WEIGHT16
) || (t != 0 && t < Collation::
COMMON_WEIGHT16
)) {
collation.h
59
static const uint32_t
COMMON_WEIGHT16
= 0x0500;
collationrootelements.cpp
128
sec = Collation::
COMMON_WEIGHT16
;
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
663
if(s == 0 || (Collation::
COMMON_WEIGHT16
< s && s <= re.getLastCommonSecondary()) ||
[
all
...]
Completed in 104 milliseconds