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/
ucol_bld.cpp
160
static const uint32_t
strengthMask
[UCOL_CE_STRENGTH_LIMIT] = {
181
CE &=
strengthMask
[strength];
182
contCE &=
strengthMask
[strength];
187
while((*nextCE &
strengthMask
[strength]) == CE
188
&& (*nextContCE &
strengthMask
[strength]) == contCE)
212
CE &=
strengthMask
[strength];
213
contCE &=
strengthMask
[strength];
218
while((*prevCE &
strengthMask
[strength]) == CE
219
&& (*prevContCE &
strengthMask
[strength])== contCE
236
if((prevCE &
strengthMask
[UCOL_PRIMARY]) != (CE & strengthMask[UCOL_PRIMARY]
[
all
...]
ucoleitr.cpp
630
uint32_t
strengthMask
= 0;
636
strengthMask
|= UCOL_TERTIARYORDERMASK;
640
strengthMask
|= UCOL_SECONDARYORDERMASK;
644
strengthMask
|= UCOL_PRIMARYORDERMASK;
647
mOrder &=
strengthMask
;
653
if (mOrder <= (*mid &
strengthMask
)) {
663
if ((*start &
strengthMask
) == mOrder) {
665
} else if ((*limit &
strengthMask
) == mOrder) {
bmsearch.cpp
79
uint32_t
strengthMask
;
95
strengthMask
(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
127
strengthMask
|= UCOL_TERTIARYORDERMASK;
131
strengthMask
|= UCOL_SECONDARYORDERMASK;
135
strengthMask
|= UCOL_PRIMARYORDERMASK;
199
order &=
strengthMask
;
248
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
722
uint32_t
strengthMask
= 0;
728
strengthMask
|= UCOL_TERTIARYORDERMASK;
732
strengthMask
|= UCOL_SECONDARYORDERMASK;
736
strengthMask
|= UCOL_PRIMARYORDERMASK;
749
order &=
strengthMask
;
[
all
...]
Completed in 18 milliseconds