Lines Matching full:word
51 * Word boundary analysis is used by search and replace functions, as
53 * select words with a double click. Word selection provides correct
55 * words. Characters that are not part of a word, such as symbols or
56 * punctuation marks, have word-breaks on both sides.
89 /** Word breaks @stable ICU 2.0 */
101 * please use Word Boundary iterator.
103 * @deprecated ICU 2.8 Use the word break iterator for titlecasing for Unicode 4 and later.
117 * Enum constants for the word break tags returned by
119 * word, to allow for further subdivisions of a category in future releases.
152 * word, to allow for further subdivisions of a category in future releases.
200 * A UBreakIterator may be used for detecting character, line, word,
440 * For word break iterators, the possible values are defined in enum UWordBreak.
452 * For word break iterators, the possible values are defined in enum UWordBreak.