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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubidi.h1001 * <code>UBIDI_OPTION_STREAMING</code>.</li></ul>
1005 * <p>When the <code>UBIDI_OPTION_STREAMING</code> option is used,
1017 UBIDI_OPTION_STREAMING = 4 enumerator in enum:UBiDiReorderingOption
1028 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>, <code>#UBIDI_OPTION_STREAMING</code>.
1893 * of the source text if option <code>#UBIDI_OPTION_STREAMING</code>
1925 * @see UBIDI_OPTION_STREAMING
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h1001 * <code>UBIDI_OPTION_STREAMING</code>.</li></ul>
1005 * <p>When the <code>UBIDI_OPTION_STREAMING</code> option is used,
1017 UBIDI_OPTION_STREAMING = 4 enumerator in enum:UBiDiReorderingOption
1028 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>, <code>#UBIDI_OPTION_STREAMING</code>.
1893 * of the source text if option <code>#UBIDI_OPTION_STREAMING</code>
1925 * @see UBIDI_OPTION_STREAMING
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c467 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING)
568 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
607 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
2514 /* the processed length may have changed if UBIDI_OPTION_STREAMING */
/external/icu/icu4c/source/common/
H A Dubidi.c470 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING)
575 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
615 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
2610 /* the processed length may have changed if UBIDI_OPTION_STREAMING */
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c426 if (options & UBIDI_OPTION_STREAMING) {
427 strcat(buffer, " UBIDI_OPTION_STREAMING");
4219 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);
4234 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c428 if (options & UBIDI_OPTION_STREAMING) {
429 strcat(buffer, " UBIDI_OPTION_STREAMING");
4459 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);
4474 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);

Completed in 301 milliseconds