OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toShift
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
usrchimp.h
75
UBool
toShift
;
ucoleitr.cpp
207
UBool
toShift
;
232
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
274
if ((elems->pce->
toShift
&& elems->pce->variableTop > ce && primary != 0)
515
// UBool
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED;
bmsearch.cpp
82
UBool
toShift
;
96
strengthMask(0), strength(UCOL_PRIMARY), variableTop(0),
toShift
(FALSE), coll(theCollator),
101
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
203
if (
toShift
&& variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
252
if (
toShift
&& variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
colldata.cpp
54
UBool
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
92
if (
toShift
&& variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
/external/icu4c/i18n/
usrchimp.h
75
UBool
toShift
;
ucoleitr.cpp
207
UBool
toShift
;
232
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
274
if ((elems->pce->
toShift
&& elems->pce->variableTop > ce && primary != 0)
515
// UBool
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED;
/external/icu4c/test/intltest/
colldata.cpp
43
UBool
toShift
= ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED;
76
if (
toShift
&& variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
Completed in 662 milliseconds