Home
last modified time | relevance | path

Searched refs:UBIDI_REMOVE_BIDI_CONTROLS (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dubidiwrt.cpp64 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()
408 options&=~UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
411 * Option "remove controls" implies UBIDI_REMOVE_BIDI_CONTROLS in ubidi_writeReordered()
415 options|=UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
/third_party/node/deps/icu-small/source/common/
H A Dubidiwrt.cpp64 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()
408 options&=~UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
411 * Option "remove controls" implies UBIDI_REMOVE_BIDI_CONTROLS in ubidi_writeReordered()
415 options|=UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiwrt.cpp64 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()
408 options&=~UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
411 * Option "remove controls" implies UBIDI_REMOVE_BIDI_CONTROLS in ubidi_writeReordered()
415 options|=UBIDI_REMOVE_BIDI_CONTROLS; in ubidi_writeReordered()
/third_party/icu/icu4c/source/common/unicode/
H A Dubidi.h951 * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code>
957 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function
979 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p>
1623 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not
1665 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not
1696 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not
1739 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not
1891 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
2122 * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option
2141 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</cod
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubidi.h951 * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code>
957 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function
979 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p>
1623 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not
1665 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not
1696 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not
1739 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not
1891 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
2122 * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option
2141 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</cod
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubidi.h950 * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code>
956 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function
978 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p>
1622 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not
1664 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not
1695 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not
1738 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not
1890 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
2121 * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option
2140 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</cod
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c895 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder()
901 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec); in testReorder()
904 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n" in testReorder()
1562 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode); in doMisc()
2307 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode); in _testInverseBidi()
2330 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode); in _testInverseBidi()
2383 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING, in _testWriteReverse()
2386 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n" in _testWriteReverse()

Completed in 23 milliseconds