Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java209 ArrayList<Boundary> vPrevBounds = new ArrayList<Boundary>(); in _previousWord() local
214 vPrevBounds.add( bounds ); in _previousWord()
215 log.println("Word " + vPrevBounds.size() + "(" in _previousWord()
222 log.println("In text there are " + vPrevBounds.size() in _previousWord()
224 tRes.tested("previousWord()", vPrevBounds.size() == vBounds.size() ); in _previousWord()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java209 ArrayList<Boundary> vPrevBounds = new ArrayList<Boundary>(); in _previousWord() local
214 vPrevBounds.add( bounds ); in _previousWord()
215 log.println("Word " + vPrevBounds.size() + "(" in _previousWord()
222 log.println("In text there are " + vPrevBounds.size() in _previousWord()
224 tRes.tested("previousWord()", vPrevBounds.size() == vBounds.size() ); in _previousWord()