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.c64 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) { in doWriteForward()
93 case UBIDI_REMOVE_BIDI_CONTROLS: { in doWriteForward()
178 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) { in doWriteReverse()
245 if(!(options&UBIDI_REMOVE_BIDI_CONTROLS)) { in doWriteReverse()
283 if(options&UBIDI_REMOVE_BIDI_CONTROLS && IS_BIDI_CONTROL_CHAR(c)) { in doWriteReverse()
401 options&=~UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
408 options|=UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
/external/icu/icu4c/source/common/unicode/
Dubidi.h1878 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c887 … destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder()
893 …tSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder()
1553 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode); in doMisc()
2298 … UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode); in _testInverseBidi()
2321 … UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode); in _testInverseBidi()
2374UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING, in _testWriteReverse()