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

/external/icu4c/common/
H A Dubidiwrt.c67 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) {
96 case UBIDI_REMOVE_BIDI_CONTROLS: {
181 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) {
248 if(!(options&UBIDI_REMOVE_BIDI_CONTROLS)) {
286 if(options&UBIDI_REMOVE_BIDI_CONTROLS && IS_BIDI_CONTROL_CHAR(c)) {
404 options&=~UBIDI_REMOVE_BIDI_CONTROLS;
407 * Option "remove controls" implies UBIDI_REMOVE_BIDI_CONTROLS
411 options|=UBIDI_REMOVE_BIDI_CONTROLS;
/external/icu4c/common/unicode/
H A Dubidi.h935 * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code>
941 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function
963 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p>
1604 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not
1646 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not
1677 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not
1720 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not
1872 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
2097 * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option
2116 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</cod
[all...]
/external/icu4c/test/cintltst/
H A Dcbiditst.c878 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
884 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
887 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n"
1544 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode);
2289 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode);
2312 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode);
2365 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING,
2368 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n"

Completed in 27 milliseconds