Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/core/text/
H A Dinftxt.cxx1644 const xub_Unicode cPos = GetChar( i ); in ScanPortionEnd() local
1645 switch( cPos ) in ScanPortionEnd()
1662 cHookChar = cPos; in ScanPortionEnd()
1673 if( cTabDec == cPos ) in ScanPortionEnd()
1676 if( cPos ) // robust in ScanPortionEnd()
1678 cHookChar = cPos; in ScanPortionEnd()
1689 if ( ( 0x2F < cPos && cPos < 0x3A ) || in ScanPortionEnd()
1690 ( bNumFound && ( cPos == cThousandSep || cPos == cThousandSep2 ) ) ) in ScanPortionEnd()
1698 cHookChar = cPos; in ScanPortionEnd()
1712 const xub_Unicode cPos = GetChar( i ); in ScanPortionEnd() local
[all …]

Completed in 28 milliseconds