Home | History | Annotate | Download | only in unicode

Lines Matching defs:string

44  * <p>Each item in the set is accessed as a string.  Set elements
68 * Value of <tt>codepoint</tt> if the iterator points to a string.
70 * <tt>string</tt> for the current iteration result.
77 * the iterator points to a string.
94 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
95 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
96 * value of <tt>string</tt> is undefined.
99 const UnicodeString* string;
126 * Returns true if the current element is a string. If so, the
131 * Elements of types string and codepoint can both be retrieved
158 * Returns the current string, if <tt>isString()</tt> returned
162 * Ownership of the returned string remains with the iterator.
163 * The string is guaranteed to remain valid only until the iterator is
172 * which can be either a single code point or a string.
177 * string, otherwise the value is a
196 * or a string. If there are no more elements in the set, return
198 * string and can be accessed with <tt>getString()</tt>. Otherwise the value is a
272 /** Next string
276 /** String count
282 * Points to the string to use when the caller asks for a
283 * string and the current iteration item is a code point, not a string.