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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c881 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
887 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
890 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n"
1547 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode);
2292 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode);
2315 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode);
2368 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING,
2371 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n"
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c883 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
889 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS,&ec);
892 log_err("ubidi_writeReordered() did not give expected results for UBIDI_DO_MIRRORING+UBIDI_REMOVE_BIDI_CONTROLS.\n"
1549 UBIDI_REMOVE_BIDI_CONTROLS | UBIDI_DO_MIRRORING, &errorCode);
2294 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS, pErrorCode);
2317 UBIDI_DO_MIRRORING|UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_OUTPUT_REVERSE, pErrorCode);
2370 UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING,
2373 log_err("failure in ubidi_writeReverse(UBIDI_REMOVE_BIDI_CONTROLS|UBIDI_DO_MIRRORING|UBIDI_KEEP_BASE_COMBINING):\n"

Completed in 201 milliseconds