OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UBIDI_REORDER_DEFAULT
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/unicode/
ubidi.h
610
* set to <code>#
UBIDI_REORDER_DEFAULT
</code>.
691
UBIDI_REORDER_DEFAULT
= 0,
739
* <code>#
UBIDI_REORDER_DEFAULT
</code>, this function changes the behavior of
754
* <li>When the reordering mode is set to <code>#
UBIDI_REORDER_DEFAULT
</code>,
[
all
...]
/external/icu4c/common/
ubidi.c
263
:
UBIDI_REORDER_DEFAULT
;
293
if ((pBiDi!=NULL) && (reorderingMode >=
UBIDI_REORDER_DEFAULT
)
305
return
UBIDI_REORDER_DEFAULT
;
[
all
...]
/external/icu4c/test/cintltst/
cbiditst.c
391
"
UBIDI_REORDER_DEFAULT
",
[
all
...]
Completed in 86 milliseconds