Home
last modified time | relevance | path

Searched refs:UBIDI_REMOVE_BIDI_CONTROLS (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dubidiwrt.c62 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) { in doWriteForward()
91 case UBIDI_REMOVE_BIDI_CONTROLS: { in doWriteForward()
176 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse()
243 if(!(options&UBIDI_REMOVE_BIDI_CONTROLS)) { in doWriteReverse()
281 if(options&UBIDI_REMOVE_BIDI_CONTROLS && IS_BIDI_CONTROL_CHAR(c)) { in doWriteReverse()
399 options&=~UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
406 options|=UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
/external/icu/icu4c/source/common/unicode/
Dubidi.h1872 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c885 … destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder()
891 …tSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder()
1551 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode); in doMisc()
2296 … UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode); in _testInverseBidi()
2319 … UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode); in _testInverseBidi()
2372UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING, in _testWriteReverse()