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

/external/chromium/third_party/icu/public/common/unicode/
H A Dubidi.h952 * <code>UBIDI_OPTION_STREAMING</code>.</li></ul>
956 * <p>When the <code>UBIDI_OPTION_STREAMING</code> option is used,
968 UBIDI_OPTION_STREAMING = 4 enumerator in enum:UBiDiReorderingOption
979 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>, <code>#UBIDI_OPTION_STREAMING</code>.
1722 * of the source text if option <code>#UBIDI_OPTION_STREAMING</code>
1754 * @see UBIDI_OPTION_STREAMING
/external/icu4c/common/unicode/
H A Dubidi.h970 * <code>UBIDI_OPTION_STREAMING</code>.</li></ul>
974 * <p>When the <code>UBIDI_OPTION_STREAMING</code> option is used,
986 UBIDI_OPTION_STREAMING = 4 enumerator in enum:UBiDiReorderingOption
997 * <code>#UBIDI_OPTION_REMOVE_CONTROLS</code>, <code>#UBIDI_OPTION_STREAMING</code>.
1740 * of the source text if option <code>#UBIDI_OPTION_STREAMING</code>
1772 * @see UBIDI_OPTION_STREAMING
/external/chromium/third_party/icu/source/common/
H A Dubidi.c371 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
437 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
469 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
1824 /* the processed length may have changed if UBIDI_OPTION_STREAMING */
/external/icu4c/common/
H A Dubidi.c371 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
433 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
465 if(pBiDi->reorderingOptions & UBIDI_OPTION_STREAMING) {
1820 /* the processed length may have changed if UBIDI_OPTION_STREAMING */
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcbiditst.c404 if (options & UBIDI_OPTION_STREAMING) {
405 strcat(buffer, " UBIDI_OPTION_STREAMING");
3602 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);
3617 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);
/external/icu4c/test/cintltst/
H A Dcbiditst.c404 if (options & UBIDI_OPTION_STREAMING) {
405 strcat(buffer, " UBIDI_OPTION_STREAMING");
3614 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);
3629 ubidi_setReorderingOptions(pBiDi, UBIDI_OPTION_STREAMING);

Completed in 147 milliseconds