/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XBreakIterator.java | 120 int[][] nextCharacters = { in _nextCharacters() local 126 for(int i = 0; i < nextCharacters.length; i++) { in _nextCharacters() 128 long lRes = oObj.nextCharacters(UnicodeString, nextCharacters[i][0], in _nextCharacters() 129 locale, nCharacterIteratorMode, nextCharacters[i][1], lDone); in _nextCharacters() 130 log.println("Expected result is: lRes = " + nextCharacters[i][2] + in _nextCharacters() 131 "; lDone = " + nextCharacters[i][3] ); in _nextCharacters() 135 bRes = bRes && lRes == nextCharacters[i][2]; in _nextCharacters() 136 bRes = bRes && lDone[0] == nextCharacters[i][3]; in _nextCharacters()
|
/aoo42x/main/i18npool/source/breakiterator/ |
H A D | breakiterator_ctl.cxx | 90 sal_Int32 SAL_CALL BreakIterator_CTL::nextCharacters(const OUString& Text, in nextCharacters() function in com::sun::star::i18n::BreakIterator_CTL 102 return BreakIterator_Unicode::nextCharacters(Text, nStartPos, rLocale, in nextCharacters()
|
H A D | breakiteratorImpl.cxx | 55 sal_Int32 SAL_CALL BreakIteratorImpl::nextCharacters( const OUString& Text, sal_Int32 nStartPos, in nextCharacters() function in com::sun::star::i18n::BreakIteratorImpl 61 … return LBI->nextCharacters( Text, nStartPos, rLocale, nCharacterIteratorMode, nCount, nDone); in nextCharacters()
|
H A D | breakiterator_unicode.cxx | 203 sal_Int32 SAL_CALL BreakIterator_Unicode::nextCharacters( const OUString& Text, in nextCharacters() function in com::sun::star::i18n::BreakIterator_Unicode
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | textbreakuphelper.cxx | 218 …sal_Int32 nNextCellBreak(xBreakIterator->nextCharacters(rTxt, nTextPosition, rLocale, ::com::sun::… in breakup() 227 …nNextCellBreak = xBreakIterator->nextCharacters(rTxt, a, rLocale, ::com::sun::star::i18n::Characte… in breakup()
|
/aoo42x/main/i18npool/inc/ |
H A D | breakiterator_ctl.hxx | 42 virtual sal_Int32 SAL_CALL nextCharacters(const rtl::OUString& text, sal_Int32 start,
|
H A D | breakiterator_unicode.hxx | 49 virtual sal_Int32 SAL_CALL nextCharacters( const rtl::OUString& Text, sal_Int32 nStartPos,
|
H A D | breakiteratorImpl.hxx | 57 virtual sal_Int32 SAL_CALL nextCharacters( const rtl::OUString& Text, sal_Int32 nStartPos,
|
/aoo42x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.BreakIterator.csv | 4 "BreakIterator";"com::sun::star::i18n::XBreakIterator";"nextCharacters()"
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | CharacterIteratorMode.idl | 34 <p> Used with <member>XBreakIterator::nextCharacters()</member> and
|
H A D | XBreakIterator.idl | 72 long nextCharacters( [in] string aText, [in] long nStartPos, 86 <member>XBreakIterator::nextCharacters()</member> instead.
|
/aoo42x/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 135 …nStartIndex = xBreakIter->nextCharacters( sText, nStartIndex, implGetLocale(), i18n::CharacterIter… in implGetGlyphBoundary() 136 …sal_Int32 nEndIndex = xBreakIter->nextCharacters( sText, nStartIndex, implGetLocale(), i18n::Chara… in implGetGlyphBoundary()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgfontexport.cxx | 150 nCurPos = xBI->nextCharacters( aText, nCurPos, rLocale, in implCollectGlyphs()
|
H A D | svgwriter.cxx | 873 …nCurPos = xBI->nextCharacters( rText, nCurPos, rLocale, ::com::sun::star::i18n::CharacterIteratorM… in ImplWriteText() 914 nCurPos = xBI->nextCharacters( rText, nCurPos, rLocale, in ImplWriteText()
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 1124 …sal_Int32 nNextCellBreak(mxBreakIterator->nextCharacters(rTxt, nTextPosition, rLocale, ::com::sun:… in processBasePrimitive2D() 1137 …nNextCellBreak = mxBreakIterator->nextCharacters(rTxt, i, rLocale, ::com::sun::star::i18n::Charact… in processBasePrimitive2D()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 254 nNextGlyphLen = (xub_StrLen)mxBreak->nextCharacters(pCandidate->getText(), nPosition, in getNextGlyphLen()
|
/aoo42x/main/vcl/source/control/ |
H A D | edit.cxx | 767 …aSelection.Max() = xBI->nextCharacters( maText, aSelection.Max(), GetSettings().GetLocale(), i18n:… in ImplDelete() 1710 …aSel.Max() = xBI->nextCharacters( maText, aSel.Max(), GetSettings().GetLocale(), i18n::CharacterIt… in ImplHandleKeyEvent()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 1334 const sal_Int32 nNewPosition (mxBreakIterator->nextCharacters( in SetupCellArray()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1239 nPos = (xub_StrLen)pBreakIt->GetBreakIter()->nextCharacters( rTNd.GetTxt(), nPos, in GoNext()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 4787 …sal_Int32 nNextCellBreak(_xBI->nextCharacters(rTxt, nIdx, rLocale, i18n::CharacterIteratorMode::SK… in ImplFillTextMarkingVector() 4800 …nNextCellBreak = _xBI->nextCharacters(rTxt, i, rLocale, i18n::CharacterIteratorMode::SKIPCELL, 1, … in ImplFillTextMarkingVector()
|
H A D | impedit2.cxx | 1317 …aNewPaM.SetIndex( (sal_uInt16)_xBI->nextCharacters( *aNewPaM.GetNode(), aNewPaM.GetIndex(), GetLoc… in CursorRight() 4045 …sal_uInt16 nRight = (sal_uInt16)_xBI->nextCharacters( *pParaPortion->GetNode(), nChar, aLocale, ::… in GetChar()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 2291 nIdx = (xub_StrLen)pBreakIt->GetBreakIter()->nextCharacters( rInf.GetText(), in GetCrsrOfst()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 1485 …aPaM.GetIndex() = (sal_uInt16)xBI->nextCharacters( pNode->GetText(), aPaM.GetIndex(), mpImpl->mpTe… in CursorRight()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 363 … nPos = xBI->nextCharacters(aText, nPos, aLocale, i18n::CharacterIteratorMode::SKIPCELL, 0, nDone); in getNumberOfSubitems()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accpara.cxx | 948 rBound.endPos = pBreakIt->GetBreakIter()->nextCharacters( in GetGlyphBoundary()
|