Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java178 Vector vBounds = new Vector(); field in _XBreakIterator
191 vBounds.add( bounds ); in _nextWord()
192 log.println("Word " + vBounds.size() + "(" in _nextWord()
199 log.println("In text there are " + vBounds.size() in _nextWord()
228 tRes.tested("previousWord()", vPrevBounds.size() == vBounds.size() ); in _previousWord()
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()
[all …]