OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flaglr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ubidi.c
108
static const Flags
flagLR
[2]={ DIRPROP_FLAG(L), DIRPROP_FLAG(R) };
112
#define DIRPROP_FLAG_LR(level)
flagLR
[(level)&1]
[
all
...]
/external/icu4c/common/
ubidi.c
109
static const Flags
flagLR
[2]={ DIRPROP_FLAG(L), DIRPROP_FLAG(R) };
113
#define DIRPROP_FLAG_LR(level)
flagLR
[(level)&1]
[
all
...]
Completed in 335 milliseconds