Searched refs:UBIDI_OPTION_REMOVE_CONTROLS (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
H A Dubidi.h402 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> is specified. This can also happen
934 * (option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code> set before calling
940 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>. It inhibits option
969 UBIDI_OPTION_REMOVE_CONTROLS = 2, enumerator in enum:UBiDiReorderingOption
1028 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>, <code>#UBIDI_OPTION_STREAMING</code>.
1599 * removed from output by the option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>.
1606 * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</code>.
1648 * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</code>.
1672 * output by the option <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>.
1679 * such as <code>UBIDI_OPTION_INSERT_MARKS</code> and <code>UBIDI_OPTION_REMOVE_CONTROLS</cod
[all...]
/external/icu4c/common/
H A Dubidi.c311 if (reorderingOptions & UBIDI_OPTION_REMOVE_CONTROLS) {
406 UBIDI_OPTION_REMOVE_CONTROLS);
1737 pBiDi->reorderingOptions|=UBIDI_OPTION_REMOVE_CONTROLS;
2185 if(pBiDi->reorderingOptions & UBIDI_OPTION_REMOVE_CONTROLS) {
H A Dubidiwrt.c409 if(pBiDi->reorderingOptions & UBIDI_OPTION_REMOVE_CONTROLS) {
/external/icu4c/test/cintltst/
H A Dcbiditst.c411 if (options & UBIDI_OPTION_REMOVE_CONTROLS) {
412 strcat(buffer, " UBIDI_OPTION_REMOVE_CONTROLS");
1339 ubidi_setReorderingOptions(bidi, UBIDI_OPTION_REMOVE_CONTROLS);
3394 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_REMOVE_CONTROLS);
3432 desc, "UBIDI_OPTION_REMOVE_CONTROLS", level)) {
3436 desc, "UBIDI_OPTION_REMOVE_CONTROLS",
3523 ubidi_setReorderingOptions(pL2VBiDi, UBIDI_OPTION_REMOVE_CONTROLS);
3526 ubidi_setReorderingOptions(pBiDi, option==0 ? UBIDI_OPTION_REMOVE_CONTROLS

Completed in 35 milliseconds