Lines Matching refs:nChg
228 sal_uInt16 nChg = 0; in _CheckScript() local
231 nChg = (xub_StrLen)xBreak->endOfScript( aText, nChg, nScript ); in _CheckScript()
232 if( nChg < aText.Len() ) in _CheckScript()
233 nScript = xBreak->getScriptType( aText, nChg ); in _CheckScript()
240 nChg = (xub_StrLen)xBreak->endOfScript( aText, nChg, nScript ); in _CheckScript()
241 if (nChg < aText.Len() && nChg > 0 && in _CheckScript()
243 xBreak->getScriptType(aText, nChg - 1))) in _CheckScript()
245 int8_t nType = u_charType(aText.GetChar(nChg) ); in _CheckScript()
249 aScriptChg.push_back( nChg - 1 ); in _CheckScript()
253 aScriptChg.push_back( nChg ); in _CheckScript()
258 aScriptChg.push_back( nChg ); in _CheckScript()
263 if( nChg < aText.Len() ) in _CheckScript()
264 nScript = xBreak->getScriptType( aText, nChg ); in _CheckScript()