Home
last modified time | relevance | path

Searched refs:UBIDI_OUTPUT_REVERSE (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dubidi.h1894 #define UBIDI_OUTPUT_REVERSE 16 macro
/external/icu/icu4c/source/test/cintltst/
Dcbiditransformtst.c187 UBIDI_OUTPUT_REVERSE, &errorCode); in testAutoDirection()
Dcbiditst.c787 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec); in testReorder()
795 … destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec); in testReorder()
822 …destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_INSERT_LRM_FOR_NUMERIC+UBIDI_OUTPUT_REVERSE,&ec); in testReorder()
828 …e=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_INSERT_LRM_FOR_NUMERIC+UBIDI_OUTPUT_REVERSE,&ec); in testReorder()
853 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_OUTPUT_REVERSE,&ec); in testReorder()
861 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_OUTPUT_REVERSE,&ec); in testReorder()
2321 … UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode); in _testInverseBidi()
2421 UBIDI_OUTPUT_REVERSE | UBIDI_INSERT_LRM_FOR_NUMERIC, in _testMisc()
/external/icu/icu4c/source/common/
Dubidiwrt.c433 if(!(options&UBIDI_OUTPUT_REVERSE)) { in ubidi_writeReordered()