Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/characterclassification/
H A Dscripttypedetector.cxx80 sal_Int32 cPos = nPos; in beginOfScriptDirection() local
82 if (cPos < Text.getLength()) { in beginOfScriptDirection()
83 for (; cPos >= 0; cPos--) { in beginOfScriptDirection()
84 if (direction != getScriptDirection(Text, cPos, direction)) in beginOfScriptDirection()
88 return cPos == nPos ? -1 : cPos + 1; in beginOfScriptDirection()
94 sal_Int32 cPos = nPos; in endOfScriptDirection() local
97 if (cPos >=0) { in endOfScriptDirection()
98 for (; cPos < len; cPos++) { in endOfScriptDirection()
99 if (direction != getScriptDirection(Text, cPos, direction)) in endOfScriptDirection()
103 return cPos == nPos ? -1 : cPos; in endOfScriptDirection()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1656 const xub_Unicode cPos = GetChar( i ); in ScanPortionEnd() local
1657 switch( cPos ) in ScanPortionEnd()
1674 cHookChar = cPos; in ScanPortionEnd()
1685 if( cTabDec == cPos ) in ScanPortionEnd()
1688 if( cPos ) // robust in ScanPortionEnd()
1690 cHookChar = cPos; in ScanPortionEnd()
1701 if ( ( 0x2F < cPos && cPos < 0x3A ) || in ScanPortionEnd()
1702 ( bNumFound && ( cPos == cThousandSep || cPos == cThousandSep2 ) ) ) in ScanPortionEnd()
1710 cHookChar = cPos; in ScanPortionEnd()
1724 const xub_Unicode cPos = GetChar( i ); in ScanPortionEnd() local
[all …]

Completed in 20 milliseconds