OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_SHAPE_LEFT
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
ArabicShaping.h
40
MASK_SHAPE_LEFT
= 2, // if this bit set, shapes to left
50
ST_LEFT =
MASK_SHAPE_LEFT
,
51
ST_DUAL = MASK_SHAPE_RIGHT |
MASK_SHAPE_LEFT
,
ArabicShaping.cpp
164
le_bool rightCauses = (rightType &
MASK_SHAPE_LEFT
) != 0;
201
rightCauses = (t &
MASK_SHAPE_LEFT
) != 0;
Completed in 174 milliseconds