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

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSetIterator.java51 * if (set.codepoint != UnicodeSetIterator::IS_STRING) {
63 * if (set.codepoint != UnicodeSetIterator::IS_STRING) {
77 * If <tt>codepoint == IS_STRING</tt>, then examine
81 public static int IS_STRING = -1; field in class:UnicodeSetIterator
84 * Current code point, or the special value <tt>IS_STRING</tt>, if
93 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
95 * <tt>codepoint == IS_STRING</tt>, then the value of
102 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
103 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
121 * false. If <tt>codepoint == IS_STRING</t
[all...]

Completed in 270 milliseconds