Searched defs:OPTION_STREAMING (Results 1 - 3 of 3) sorted by relevance

/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}
907 * <code>OPTION_STREAMING</code>.</li></ul>
911 * <p>When the <code>OPTION_STREAMING</code> option is used, it is
920 public static final int OPTION_STREAMING = 4; field in class:Bidi
1004 /* if the option OPTION_STREAMING is set, this is the length of
1641 * <code>OPTION_REMOVE_CONTROLS</code>, <code>OPTION_STREAMING</code>.
1647 * @see #OPTION_STREAMING
1802 if ((reorderingOptions & OPTION_STREAMING) != 0)
1916 if ((reorderingOptions & OPTION_STREAMING) != 0) {
1955 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 64 milliseconds