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

/external/chromium/third_party/icu/source/common/
H A Dubidiwrt.c66 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) {
95 case UBIDI_REMOVE_BIDI_CONTROLS: {
180 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) {
247 if(!(options&UBIDI_REMOVE_BIDI_CONTROLS)) {
285 if(options&UBIDI_REMOVE_BIDI_CONTROLS && IS_BIDI_CONTROL_CHAR(c)) {
403 options&=~UBIDI_REMOVE_BIDI_CONTROLS;
406 * Option "remove controls" implies UBIDI_REMOVE_BIDI_CONTROLS
410 options|=UBIDI_REMOVE_BIDI_CONTROLS;
/external/icu4c/common/
H A Dubidiwrt.c66 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING)) {
95 case UBIDI_REMOVE_BIDI_CONTROLS: {
180 switch(options&(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING)) {
247 if(!(options&UBIDI_REMOVE_BIDI_CONTROLS)) {
285 if(options&UBIDI_REMOVE_BIDI_CONTROLS && IS_BIDI_CONTROL_CHAR(c)) {
403 options&=~UBIDI_REMOVE_BIDI_CONTROLS;
406 * Option "remove controls" implies UBIDI_REMOVE_BIDI_CONTROLS
410 options|=UBIDI_REMOVE_BIDI_CONTROLS;
/external/chromium/third_party/icu/public/common/unicode/
H A Dubidi.h886 * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code>
892 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function
914 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p>
1433 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not
1475 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not
1506 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not
1549 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not
1701 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
1926 * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option
1945 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</cod
[all...]
/external/icu4c/common/unicode/
H A Dubidi.h904 * <code>ubidi_setPara()</code> or option <code>#UBIDI_REMOVE_BIDI_CONTROLS</code>
910 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to function
932 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</code> in calls to that function.</p>
1451 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual position returned may not
1493 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical position returned may not
1524 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the visual positions returned may not
1567 * <code>UBIDI_REMOVE_BIDI_CONTROLS</code>, the logical positions returned may not
1719 #define UBIDI_REMOVE_BIDI_CONTROLS 8 macro
1944 * If the <code>UBIDI_REMOVE_BIDI_CONTROLS</code> option
1963 * <code>#UBIDI_REMOVE_BIDI_CONTROLS</cod
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcbiditst.c859 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
865 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
868 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n"
1278 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode);
2023 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode);
2046 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode);
2099 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING,
2102 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n"
/external/icu4c/test/cintltst/
H A Dcbiditst.c859 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
865 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
868 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n"
1278 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode);
2023 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode);
2046 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode);
2099 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING,
2102 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n"

Completed in 35 milliseconds