Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx884 Boundary aWBnd = xBreak->getWordBoundary( aWTemp, startPos, in ApproxSrchFrwrd() local
890 if( aWBnd.startPos >= endPos ) in ApproxSrchFrwrd()
892 nStt = aWBnd.startPos < startPos ? startPos : aWBnd.startPos; in ApproxSrchFrwrd()
893 nEnd = aWBnd.endPos > endPos ? endPos : aWBnd.endPos; in ApproxSrchFrwrd()
909 } while( aWBnd.startPos != aWBnd.endPos || in ApproxSrchFrwrd()
910 (aWBnd.endPos != aWTemp.getLength() && aWBnd.endPos != nEnd) ); in ApproxSrchFrwrd()
931 Boundary aWBnd = xBreak->getWordBoundary( aWTemp, startPos, in ApproxSrchBkwrd() local
937 if( aWBnd.endPos <= endPos ) in ApproxSrchBkwrd()
939 nStt = aWBnd.startPos < endPos ? endPos : aWBnd.startPos; in ApproxSrchBkwrd()
940 nEnd = aWBnd.endPos > startPos ? startPos : aWBnd.endPos; in ApproxSrchBkwrd()
[all …]

Completed in 15 milliseconds