Searched refs:getCTLScriptType (Results 1 – 5 of 5) sorted by relevance
107 ScriptTypeDetector::getCTLScriptType( const ::rtl::OUString& Text, sal_Int32 nPos ) throw (::com::s… in getCTLScriptType() function in ScriptTypeDetector129 sal_Int16 cType = getCTLScriptType(Text, nPos); in beginOfCTLScriptType()131 if (cType != getCTLScriptType(Text, nPos)) in beginOfCTLScriptType()147 sal_Int16 cType = getCTLScriptType(Text, nPos); in endOfCTLScriptType()150 if (cType != getCTLScriptType(Text, nPos)) in endOfCTLScriptType()
50 …virtual sal_Int16 SAL_CALL getCTLScriptType( const ::rtl::OUString& Text, sal_Int32 nPos ) throw (…
36 <member>XScriptTypeDetector::getCTLScriptType()</member>
81 short getCTLScriptType ([in] string aText, [in] long nPos);
1004 … const short nScriptType = pBreakIt->GetScriptTypeDetector()->getCTLScriptType( rTxt, nSearchStt ); in InitScriptInfo()1011 …nCurrentScriptType = pBreakIt->GetScriptTypeDetector()->getCTLScriptType( rTxt, nNextCTLScriptStar… in InitScriptInfo()
Completed in 40 milliseconds