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 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
ubidi.c
275
:
UBIDI_REORDER_DEFAULT
;
305
if ((pBiDi!=NULL) && (reorderingMode >=
UBIDI_REORDER_DEFAULT
)
317
return
UBIDI_REORDER_DEFAULT
;
[
all
...]
/external/icu/icu4c/source/common/
ubidi.c
275
:
UBIDI_REORDER_DEFAULT
;
305
if ((pBiDi!=NULL) && (reorderingMode >=
UBIDI_REORDER_DEFAULT
)
317
return
UBIDI_REORDER_DEFAULT
;
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c
410
"
UBIDI_REORDER_DEFAULT
",
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cbiditst.c
412
"
UBIDI_REORDER_DEFAULT
",
[
all
...]
Completed in 319 milliseconds