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

  /external/icu4c/common/unicode/
ubidi.h 402 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> is specified. This can also happen
    [all...]
  /external/icu4c/common/
ubidi.c 312 if (reorderingOptions & UBIDI_OPTION_REMOVE_CONTROLS) {
407 UBIDI_OPTION_REMOVE_CONTROLS);
    [all...]
ubidiwrt.c 410 if(pBiDi->reorderingOptions & UBIDI_OPTION_REMOVE_CONTROLS) {
  /external/icu4c/test/cintltst/
cbiditst.c 420 if (options & UBIDI_OPTION_REMOVE_CONTROLS) {
421 strcat(buffer, " UBIDI_OPTION_REMOVE_CONTROLS");
    [all...]

Completed in 469 milliseconds