Home | History | Annotate | Download | only in unicode

Lines Matching defs:string

42  * <p>Each item in the set is accessed as a string.  Set elements
66 * Value of <tt>codepoint</tt> if the iterator points to a string.
68 * <tt>string</tt> for the current iteration result.
75 * 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.
97 const UnicodeString* string;
124 * Returns true if the current element is a string. If so, the
129 * Elements of types string and codepoint can both be retrieved
156 * Returns the current string, if <tt>isString()</tt> returned
160 * Ownership of the returned string remains with the iterator.
161 * The string is guaranteed to remain valid only until the iterator is
170 * which can be either a single code point or a string.
175 * string, otherwise the value is a
194 * or a string. If there are no more elements in the set, return
196 * string and can be accessed with <tt>getString()</tt>. Otherwise the value is a
270 /** Next string
274 /** String count
280 * Points to the string to use when the caller asks for a
281 * string and the current iteration item is a code point, not a string.