Lines Matching refs:word
94 /** Traverses one word in Text from <em>nStartPos</em> forwards.
101 The <type>Boundary</type> of the found word. Normally used for
109 /** Traverses one word in Text from <em>nStartPos</em> backwards.
117 then, since Asian word break needs language specific
129 mixed Western/CJK text may lead to wrong word iteration.
137 The <type>Boundary</type> of the found word. Normally used for
145 /** Identifies StartPos and EndPos of current word.
147 <p> If <em>nPos</em> is the boundary of a word, it is StartPos
148 of one word and EndPos of previous word. In this situation, the
151 <FALSE/>, <em>nPos</em> is considered to be the end of the word
152 and we look backwards for beginning of word, otherwise
153 <em>nPos</em> is considered to be the start of the next word and
154 we look forwards for the end of the word. </p>
160 The Boundary of the current word.
169 Get the <type>WordType</type> of the word that starts at
173 is not an attribute of a word, but a way to break words,
182 /** If a word starts at position <em>nPos</em>.
186 <TRUE/>, since StartPos of a word is inclusive
187 while EndPos of a word is exclusive.
196 /** If a word ends at position <em>nPos</em>.