HomeSort by relevance Sort by last modified time
    Searched refs:UBIDI_REMOVE_BIDI_CONTROLS (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ubidiwrt.c 67 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/
ubidi.h     [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]

Completed in 852 milliseconds