Searched refs:UBIDI_REMOVE_BIDI_CONTROLS (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ubidiwrt.c | 62 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/ |
D | ubidi.h | 1872 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 885 … 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() 2372 … UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING, in _testWriteReverse()
|