Home
last modified time | relevance | path

Searched refs:vBounds (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java178 Vector vBounds = new Vector(); field in _XBreakIterator
191 vBounds.add( bounds ); in _nextWord()
199 log.println("In text there are " + vBounds.size() in _nextWord()
243 for(int i = 0; i < vBounds.size(); i++) { in _getWordBoundary()
245 Boundary iBounds = (Boundary)vBounds.get(i); in _getWordBoundary()
274 for(int i = 0; i < vBounds.size(); i++) { in _getWordType()
276 Boundary iBounds = (Boundary)vBounds.get(i); in _getWordType()
301 for(int i = 0; i < vBounds.size(); i++) { in _isBeginWord()
302 Boundary iBounds = (Boundary)vBounds.get(i); in _isBeginWord()
333 for(int i = 0; i < vBounds.size(); i++) { in _isEndWord()
[all …]

Completed in 10 milliseconds