OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strengthMask
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
ucoleitr.cpp
617
uint32_t
strengthMask
= 0;
623
strengthMask
|= UCOL_TERTIARYORDERMASK;
627
strengthMask
|= UCOL_SECONDARYORDERMASK;
631
strengthMask
|= UCOL_PRIMARYORDERMASK;
634
mOrder &=
strengthMask
;
640
if (mOrder <= (*mid &
strengthMask
)) {
650
if ((*start &
strengthMask
) == mOrder) {
652
} else if ((*limit &
strengthMask
) == mOrder) {
ucol_bld.cpp
165
static const uint32_t
strengthMask
[UCOL_CE_STRENGTH_LIMIT] = {
186
CE &=
strengthMask
[strength];
187
contCE &=
strengthMask
[strength];
192
while((*nextCE &
strengthMask
[strength]) == CE
193
&& (*nextContCE &
strengthMask
[strength]) == contCE)
217
CE &=
strengthMask
[strength];
218
contCE &=
strengthMask
[strength];
223
while((*prevCE &
strengthMask
[strength]) == CE
224
&& (*prevContCE &
strengthMask
[strength])== contCE
241
if((prevCE &
strengthMask
[UCOL_PRIMARY]) != (CE & strengthMask[UCOL_PRIMARY]
[
all
...]
bmsearch.cpp
79
uint32_t
strengthMask
;
96
strengthMask
(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
129
strengthMask
|= UCOL_TERTIARYORDERMASK;
133
strengthMask
|= UCOL_SECONDARYORDERMASK;
137
strengthMask
|= UCOL_PRIMARYORDERMASK;
201
order &=
strengthMask
;
250
order &=
strengthMask
;
colldata.cpp
56
uint32_t
strengthMask
= 0;
69
strengthMask
|= UCOL_TERTIARYORDERMASK;
73
strengthMask
|= UCOL_SECONDARYORDERMASK;
77
strengthMask
|= UCOL_PRIMARYORDERMASK;
90
order &=
strengthMask
;
/external/icu4c/test/intltest/
ssearch.cpp
715
uint32_t
strengthMask
= 0;
721
strengthMask
|= UCOL_TERTIARYORDERMASK;
725
strengthMask
|= UCOL_SECONDARYORDERMASK;
729
strengthMask
|= UCOL_PRIMARYORDERMASK;
742
order &=
strengthMask
;
[
all
...]
Completed in 143 milliseconds