Lines Matching refs:string
45 * <p>Each item in the set is accessed as a string. Set elements
69 * Value of <tt>codepoint</tt> if the iterator points to a string.
71 * <tt>string</tt> for the current iteration result.
77 * the iterator points to a string.
92 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
93 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
94 * value of <tt>string</tt> is undefined.
96 const UnicodeString* string;
123 * Returns true if the current element is a string. If so, the
128 * Elements of types string and codepoint can both be retrieved
155 * Returns the current string, if <tt>isString()</tt> returned
159 * Ownership of the returned string remains with the iterator.
160 * The string is guaranteed to remain valid only until the iterator is
169 * A following call to next() or nextRange() will yield a string, if there is one.
170 * No-op if next() would return false, or if it would yield a string anyway.
186 * which can be either a single code point or a string.
191 * string, otherwise the value is a
210 * or a string. If there are no more elements in the set, return
212 * string and can be accessed with <tt>getString()</tt>. Otherwise the value is a
280 /** Next string
288 * Points to the string to use when the caller asks for a
289 * string and the current iteration item is a code point, not a string.