Searched refs:OPTION_STREAMING (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestStreaming.java106 bidi.setReorderingOptions(Bidi.OPTION_STREAMING);
119 bidi.setReorderingOptions(Bidi.OPTION_STREAMING);
H A DBidiFmwk.java118 Bidi.OPTION_REMOVE_CONTROLS | Bidi.OPTION_STREAMING;
123 "OPTION_STREAMING"
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestStreaming.java103 bidi.setReorderingOptions(Bidi.OPTION_STREAMING);
116 bidi.setReorderingOptions(Bidi.OPTION_STREAMING);
H A DBidiFmwk.java115 Bidi.OPTION_REMOVE_CONTROLS | Bidi.OPTION_STREAMING;
120 "OPTION_STREAMING"
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DBidi.java139 * <li>{@link #OPTION_STREAMING}
764 * <code>OPTION_STREAMING</code>.</li></ul>
768 * <p>When the <code>OPTION_STREAMING</code> option is used, it is
779 public static final int OPTION_STREAMING = 4; field in class:Bidi
1098 // * <code>OPTION_REMOVE_CONTROLS</code>, <code>OPTION_STREAMING</code>.
1104 // * @see #OPTION_STREAMING
1439 // * the source text if option <code>OPTION_STREAMING</code> has been
1473 // * @see #OPTION_STREAMING
2538 // * @see #OPTION_STREAMING
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java152 * <li>{@link #OPTION_STREAMING}
908 * <code>OPTION_STREAMING</code>.</li></ul>
912 * <p>When the <code>OPTION_STREAMING</code> option is used, it is
921 public static final int OPTION_STREAMING = 4; field in class:Bidi
1005 /* if the option OPTION_STREAMING is set, this is the length of
1642 * <code>OPTION_REMOVE_CONTROLS</code>, <code>OPTION_STREAMING</code>.
1648 * @see #OPTION_STREAMING
1803 if ((reorderingOptions & OPTION_STREAMING) != 0)
1917 if ((reorderingOptions & OPTION_STREAMING) != 0) {
1956 if ((reorderingOptions & OPTION_STREAMING) !
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java151 * <li>{@link #OPTION_STREAMING}
931 * <code>OPTION_STREAMING</code>.</li></ul>
935 * <p>When the <code>OPTION_STREAMING</code> option is used, it is
945 public static final int OPTION_STREAMING = 4; field in class:Bidi
1029 /* if the option OPTION_STREAMING is set, this is the length of
1673 * <code>OPTION_REMOVE_CONTROLS</code>, <code>OPTION_STREAMING</code>.
1679 * @see #OPTION_STREAMING
1837 if ((reorderingOptions & OPTION_STREAMING) != 0)
1951 if ((reorderingOptions & OPTION_STREAMING) != 0) {
1990 if ((reorderingOptions & OPTION_STREAMING) !
[all...]

Completed in 963 milliseconds