Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
62 /** Traverses specified number of characters/cells in Text from
65 character based. A cell is made of more than one character.
68 Number of characters to traverse, it should not be less than 0.
78 /** Traverses specified number of characters/cells in Text from
81 character based. A cell is made of more than one character.
84 Number of characters to traverse, it should not be less than 0.
97 One of <type>WordType</type>, specifies the type of
101 The <type>Boundary</type> of the found word. Normally used for
112 The locale of the character preceding <em>nStartPos</em>.
124 character of the space character where <em>nStartPos</em>
133 One of <type>WordType</type>, specifies the type of
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
149 outcome of the algorithm can be indeterminate. In this situation
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>
157 One of <type>WordType</type>.
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,
184 <p> It is possible that both of this method
186 <TRUE/>, since StartPos of a word is inclusive
187 while EndPos of a word is exclusive.
203 /** Traverses in Text from <em>nStartPos</em> to the start of a
213 /** Traverses in Text from <em>nStartPos</em> to the end of a
237 characters at the start/end of a line.
241 position of the line, <type>BreakType</type> and
251 /** Traverses in Text from <em>nStartPos</em> to the beginning of
255 One of <type>ScriptType</type>.
264 /** Traverses in Text from <em>nStartPos</em> to the end of the
268 One of <type>ScriptType</type>.
277 /** Traverses in Text from <em>nStartPos</em> to the next start of
281 One of <type>ScriptType</type>.
291 of the specified script type.
294 One of <type>ScriptType</type>.
303 /** Get the script type of the character at position <em>nPos</em>.
306 One of <type>ScriptType</type>.
311 /** Traverses in Text from <em>nStartPos</em> to the beginning of
315 One of <type>CharType</type>
325 /** Traverses in Text from <em>nStartPos</em> to the end of the
329 One of <type>CharType</type>
339 /** Traverses in Text from <em>nStartPos</em> to the next start of
343 One of <type>CharType</type>
354 of the specified character type.
357 One of <type>CharType</type>