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

/external/icu4c/common/unicode/
H A Dusetiter.h67 * If <tt>codepoint == IS_STRING</tt>, then examine
71 enum { IS_STRING = -1 }; enumerator in enum:UnicodeSetIterator::__anon1352
74 * Current code point, or the special value <tt>IS_STRING</tt>, if
83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
85 * <tt>codepoint == IS_STRING</tt>, then the value of
92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
304 return codepoint == (UChar32)IS_STRING;

Completed in 63 milliseconds