Home | History | Annotate | Download | only in unicode

Lines Matching full:iterator

143  * titlecase exactly the characters at breaks from the iterator.
146 * By default, titlecasing will take each break iterator index,
169 * Get the break iterator that is used for titlecasing.
170 * Do not modify the returned break iterator.
172 * @return titlecasing break iterator
179 * Set the break iterator that is used for titlecasing.
180 * The UCaseMap service object releases a previously set break iterator
185 * Break iterator operations are not thread-safe. Therefore, titlecasing
190 * @param iterToAdopt Break iterator to be adopted for titlecasing.
208 * Titlecasing uses a break iterator to find the first characters of words
213 * open a default break iterator if no break iterator was set yet,
215 * also because the break iterator is stateful and will be modified during
218 * The titlecase break iterator can be provided to customize for arbitrary
220 * The standard titlecase iterator for the root locale implements the
224 * provided break iterator.
318 * Titlecasing uses a break iterator to find the first characters of words
323 * open a default break iterator if no break iterator was set yet,
325 * also because the break iterator is stateful and will be modified during
328 * The titlecase break iterator can be provided to customize for arbitrary
330 * The standard titlecase iterator for the root locale implements the
334 * provided break iterator.