Home
last modified time | relevance | path

Searched refs:cCh (Results 1 – 25 of 96) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/breakiterator/
H A Dbreakiterator_cjk.cxx90 bool isHangul( sal_Unicode cCh ) in isHangul() argument
92 return (cCh >= 0xAC00 && cCh <= 0xD7AF) || (cCh >= 0x1100 && cCh <= 0x11FF) || in isHangul()
93 (cCh >= 0xA960 && cCh <= 0xA97F) || (cCh >= 0xD7B0 && cCh <= 0xD7FF) || in isHangul()
94 (cCh >= 0x3130 && cCh <= 0x318F); in isHangul()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/breakiterator/
H A Dbreakiterator_cjk.cxx90 bool isHangul( sal_Unicode cCh ) in isHangul() argument
92 return (cCh >= 0xAC00 && cCh <= 0xD7AF) || (cCh >= 0x1100 && cCh <= 0x11FF) || in isHangul()
93 (cCh >= 0xA960 && cCh <= 0xA97F) || (cCh >= 0xD7B0 && cCh <= 0xD7FF) || in isHangul()
94 (cCh >= 0x3130 && cCh <= 0x318F); in isHangul()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfdispatchsymbol.cxx44 sal_uInt8 cCh = 0; in dispatchSymbol() local
48 cCh = '\t'; in dispatchSymbol()
54 cCh = '{'; in dispatchSymbol()
57 cCh = '}'; in dispatchSymbol()
60 cCh = 151; in dispatchSymbol()
63 cCh = 150; in dispatchSymbol()
66 cCh = 149; in dispatchSymbol()
69 cCh = 145; in dispatchSymbol()
72 cCh = 146; in dispatchSymbol()
75 cCh = 147; in dispatchSymbol()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfdispatchsymbol.cxx42 sal_uInt8 cCh = 0; in dispatchSymbol() local
46 cCh = '\t'; in dispatchSymbol()
52 cCh = '{'; in dispatchSymbol()
55 cCh = '}'; in dispatchSymbol()
58 cCh = 151; in dispatchSymbol()
61 cCh = 150; in dispatchSymbol()
64 cCh = 149; in dispatchSymbol()
67 cCh = 145; in dispatchSymbol()
70 cCh = 146; in dispatchSymbol()
73 cCh = 147; in dispatchSymbol()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporexp.cxx137 const sal_Unicode cCh = rInf.GetChar( nBlank ); in MayUnderflow() local
138 if( CH_BLANK == cCh || in MayUnderflow()
139 (( CH_TXTATR_BREAKWORD == cCh || CH_TXTATR_INWORD == cCh ) in MayUnderflow()
149 sal_Unicode const cCh(rInf.GetChar(nIdx - TextFrameIndex(1))); in MayUnderflow() local
150 if (CH_BLANK == cCh) in MayUnderflow()
152 if( CH_BREAK == cCh ) in MayUnderflow()
H A Dporlay.cxx96 static bool isBehChar(sal_Unicode cCh) in isBehChar() argument
121 static bool isYehChar(sal_Unicode cCh) in isYehChar() argument
141 static bool isTransparentChar ( sal_Unicode cCh ) in isTransparentChar() argument
161 bRet = !lcl_IsLigature( cPrevCh, cCh ); in lcl_ConnectToPrev()
1425 sal_Unicode cCh; in InitScriptInfo() local
1439 cCh = rWord[ nIdx ]; in InitScriptInfo()
1443 if ( 0x640 == cCh ) in InitScriptInfo()
1562 cPrevCh = cCh; in InitScriptInfo()
2259 const sal_Unicode cCh = rText[nIdx]; in IsArabicText() local
2422 if ( ( 0xE34 > cCh || cCh > 0xE3A ) && in ThaiJustify()
[all …]
H A Dporexp.hxx43 SwBlankPortion( sal_Unicode cCh, bool bMult = false ) in SwBlankPortion() argument
44 : m_cChar( cCh ), m_bMulti( bMult ) in SwBlankPortion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporexp.cxx137 const sal_Unicode cCh = rInf.GetChar( nBlank ); in MayUnderflow() local
138 if( CH_BLANK == cCh || in MayUnderflow()
139 (( CH_TXTATR_BREAKWORD == cCh || CH_TXTATR_INWORD == cCh ) in MayUnderflow()
149 sal_Unicode const cCh(rInf.GetChar(nIdx - TextFrameIndex(1))); in MayUnderflow() local
150 if (CH_BLANK == cCh) in MayUnderflow()
152 if( CH_BREAK == cCh ) in MayUnderflow()
H A Dporlay.cxx96 static bool isBehChar(sal_Unicode cCh) in isBehChar() argument
121 static bool isYehChar(sal_Unicode cCh) in isYehChar() argument
141 static bool isTransparentChar ( sal_Unicode cCh ) in isTransparentChar() argument
161 bRet = !lcl_IsLigature( cPrevCh, cCh ); in lcl_ConnectToPrev()
1139 sal_Unicode cCh; in InitScriptInfo() local
1153 cCh = rWord[ nIdx ]; in InitScriptInfo()
1157 if ( 0x640 == cCh ) in InitScriptInfo()
1276 cPrevCh = cCh; in InitScriptInfo()
1944 const sal_Unicode cCh = rText[nIdx]; in IsArabicText() local
2107 if ( ( 0xE34 > cCh || cCh > 0xE3A ) && in ThaiJustify()
[all …]
H A Dporexp.hxx44 SwBlankPortion( sal_Unicode cCh, bool bMult = false ) in SwBlankPortion() argument
45 : m_cChar( cCh ), m_bMulti( bMult ) in SwBlankPortion()
46 { m_cChar = cCh; SetLen(TextFrameIndex(1)); SetWhichPor( PortionType::Blank ); } in SwBlankPortion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedtab.cxx64 static bool ConvertTableToText( const SwTableNode *pTableNode, sal_Unicode cCh );
66 static void ConvertNestedTablesToText( const SwTableLines &rTableLines, sal_Unicode cCh ) in ConvertNestedTablesToText() argument
81 ConvertTableToText( pTableNode, cCh ); in ConvertNestedTablesToText()
86 ConvertNestedTablesToText( pTableBox->GetTabLines(), cCh ); in ConvertNestedTablesToText()
92 bool ConvertTableToText( const SwTableNode *pConstTableNode, sal_Unicode cCh ) in ConvertTableToText() argument
95 ConvertNestedTablesToText( pTableNode->GetTable().GetTabLines(), cCh ); in ConvertTableToText()
96 return pTableNode->GetDoc().TableToText( pTableNode, cCh ); in ConvertTableToText()
132 sal_Unicode cCh, in TextToTable() argument
141 bRet |= nullptr != GetDoc()->TextToTable( rInsTableOpts, rPaM, cCh, in TextToTable()
148 bool SwEditShell::TableToText( sal_Unicode cCh ) in TableToText() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedtab.cxx72 static bool ConvertTableToText( const SwTableNode *pTableNode, sal_Unicode cCh );
74 static void ConvertNestedTablesToText( const SwTableLines &rTableLines, sal_Unicode cCh ) in ConvertNestedTablesToText() argument
89 ConvertTableToText( pTableNode, cCh ); in ConvertNestedTablesToText()
94 ConvertNestedTablesToText( pTableBox->GetTabLines(), cCh ); in ConvertNestedTablesToText()
100 bool ConvertTableToText( const SwTableNode *pConstTableNode, sal_Unicode cCh ) in ConvertTableToText() argument
103 ConvertNestedTablesToText( pTableNode->GetTable().GetTabLines(), cCh ); in ConvertTableToText()
104 return pTableNode->GetDoc()->TableToText( pTableNode, cCh ); in ConvertTableToText()
140 sal_Unicode cCh, in TextToTable() argument
149 bRet |= nullptr != GetDoc()->TextToTable( rInsTableOpts, rPaM, cCh, in TextToTable()
156 bool SwEditShell::TableToText( sal_Unicode cCh ) in TableToText() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A DCommonSalLayout.cxx151 VerticalOrientation GetVerticalOrientation(sal_UCS4 cCh, const LanguageTag& rTag) in GetVerticalOrientation() argument
155 if ((cCh == 0xff1a || cCh == 0xff1b in GetVerticalOrientation()
156 || cCh == 0x2ca || cCh == 0x2cb || cCh == 0x2c7 || cCh == 0x2d9) in GetVerticalOrientation()
161 int32_t nRet = u_getIntPropertyValue(cCh, UCHAR_VERTICAL_ORIENTATION); in GetVerticalOrientation()
165 if (cCh < 0x10000) in GetVerticalOrientation()
167 …nRet = sVerticalOrientationValues[sVerticalOrientationPages[0][cCh >> kVerticalOrientationCharBits… in GetVerticalOrientation()
168 [cCh & ((1 << kVerticalOrientationCharBits) - 1)]; in GetVerticalOrientation()
170 else if (cCh < (kVerticalOrientationMaxPlane + 1) * 0x10000) in GetVerticalOrientation()
172 …= sVerticalOrientationValues[sVerticalOrientationPages[sVerticalOrientationPlanes[(cCh >> 16) - 1]] in GetVerticalOrientation()
173 [(cCh & 0xffff) >> kVerticalOrientationCharBits]] in GetVerticalOrientation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A DCommonSalLayout.cxx142 VerticalOrientation GetVerticalOrientation(sal_UCS4 cCh, const LanguageTag& rTag) in GetVerticalOrientation() argument
146 if ((cCh == 0xff1a || cCh == 0xff1b in GetVerticalOrientation()
147 || cCh == 0x2ca || cCh == 0x2cb || cCh == 0x2c7 || cCh == 0x2d9) in GetVerticalOrientation()
152 int32_t nRet = u_getIntPropertyValue(cCh, UCHAR_VERTICAL_ORIENTATION); in GetVerticalOrientation()
156 if (cCh < 0x10000) in GetVerticalOrientation()
158 …nRet = sVerticalOrientationValues[sVerticalOrientationPages[0][cCh >> kVerticalOrientationCharBits… in GetVerticalOrientation()
159 [cCh & ((1 << kVerticalOrientationCharBits) - 1)]; in GetVerticalOrientation()
161 else if (cCh < (kVerticalOrientationMaxPlane + 1) * 0x10000) in GetVerticalOrientation()
163 …= sVerticalOrientationValues[sVerticalOrientationPages[sVerticalOrientationPlanes[(cCh >> 16) - 1]] in GetVerticalOrientation()
164 [(cCh & 0xffff) >> kVerticalOrientationCharBits]] in GetVerticalOrientation()
[all …]
/dports/archivers/unzip/unzip60/windll/vb/
H A Dvbunzip.bas261 Dim cCh As Byte variable
326 Dim cCh As Byte variable
335 cCh = fname.ch(xx)
336 Select Case cCh
344 s0 = s0 & Chr$(cCh)
460 Dim cCh As Byte variable
472 cCh = fname.ch(xx)
473 Select Case cCh
479 s0 = s0 & Chr$(cCh)
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/rtf/
H A Dsvxrtf.cxx130 sal_Unicode cCh; in NextToken() local
158 case RTF_LINE: cCh = '\n'; goto INSINGLECHAR; in NextToken()
159 case RTF_TAB: cCh = '\t'; goto INSINGLECHAR; in NextToken()
160 case RTF_SUBENTRYINDEX: cCh = ':'; goto INSINGLECHAR; in NextToken()
162 case RTF_EMDASH: cCh = 0x2014; goto INSINGLECHAR; in NextToken()
163 case RTF_ENDASH: cCh = 0x2013; goto INSINGLECHAR; in NextToken()
164 case RTF_BULLET: cCh = 0x2022; goto INSINGLECHAR; in NextToken()
165 case RTF_LQUOTE: cCh = 0x2018; goto INSINGLECHAR; in NextToken()
166 case RTF_RQUOTE: cCh = 0x2019; goto INSINGLECHAR; in NextToken()
167 case RTF_LDBLQUOTE: cCh = 0x201C; goto INSINGLECHAR; in NextToken()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/rtf/
H A Dsvxrtf.cxx136 sal_Unicode cCh; in NextToken() local
164 case RTF_LINE: cCh = '\n'; goto INSINGLECHAR; in NextToken()
165 case RTF_TAB: cCh = '\t'; goto INSINGLECHAR; in NextToken()
166 case RTF_SUBENTRYINDEX: cCh = ':'; goto INSINGLECHAR; in NextToken()
168 case RTF_EMDASH: cCh = 0x2014; goto INSINGLECHAR; in NextToken()
169 case RTF_ENDASH: cCh = 0x2013; goto INSINGLECHAR; in NextToken()
170 case RTF_BULLET: cCh = 0x2022; goto INSINGLECHAR; in NextToken()
171 case RTF_LQUOTE: cCh = 0x2018; goto INSINGLECHAR; in NextToken()
172 case RTF_RQUOTE: cCh = 0x2019; goto INSINGLECHAR; in NextToken()
173 case RTF_LDBLQUOTE: cCh = 0x201C; goto INSINGLECHAR; in NextToken()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/ribbar/
H A Dinputwin.cxx507 sal_Unicode cCh; in UpdateRange() local
512 if( cOpen == (cCh = aActText[ nStartPos ] ) || in UpdateRange()
513 cOpenBracket == cCh ) in UpdateRange()
515 bFound = cCh == cOpen; in UpdateRange()
526 if( cClose == (cCh = aActText[ nEndPos ])) in UpdateRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/ribbar/
H A Dinputwin.cxx540 sal_Unicode cCh; in UpdateRange() local
545 if( cOpen == (cCh = aActText[ nStartPos ] ) || in UpdateRange()
546 cOpenBracket == cCh ) in UpdateRange()
548 bFound = cCh == cOpen; in UpdateRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/search/
H A Dtextsearch.cxx605 sal_Unicode cCh = sSrchStr[n]; in MakeForwardTab() local
607 TextSearchJumpTable::value_type aEntry( cCh, nDiff ); in MakeForwardTab()
630 sal_Unicode cCh = sSrchStr2[n]; in MakeForwardTab2() local
633 TextSearchJumpTable::value_type aEntry( cCh, nDiff ); in MakeForwardTab2()
655 sal_Unicode cCh = sSrchStr[n]; in MakeBackwardTab() local
656 TextSearchJumpTable::value_type aEntry( cCh, n ); in MakeBackwardTab()
678 sal_Unicode cCh = sSrchStr2[n]; in MakeBackwardTab2() local
679 TextSearchJumpTable::value_type aEntry( cCh, n ); in MakeBackwardTab2()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/search/
H A Dtextsearch.cxx560 sal_Unicode cCh = sSrchStr[n]; in MakeForwardTab() local
562 TextSearchJumpTable::value_type aEntry( cCh, nDiff ); in MakeForwardTab()
585 sal_Unicode cCh = sSrchStr2[n]; in MakeForwardTab2() local
588 TextSearchJumpTable::value_type aEntry( cCh, nDiff ); in MakeForwardTab2()
610 sal_Unicode cCh = sSrchStr[n]; in MakeBackwardTab() local
611 TextSearchJumpTable::value_type aEntry( cCh, n ); in MakeBackwardTab()
633 sal_Unicode cCh = sSrchStr2[n]; in MakeBackwardTab2() local
634 TextSearchJumpTable::value_type aEntry( cCh, n ); in MakeBackwardTab2()
/dports/games/katomic/katomic-21.12.3/levels/old/
H A Dlevel_8314 atom_c=2-cCh
/dports/lang/gcc11-devel/gcc-11-20211009/
H A D.gitattributes4 *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
/dports/lang/gcc10-devel/gcc-10-20211008/
H A D.gitattributes4 *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
/dports/lang/gcc12-devel/gcc-12-20211205/
H A D.gitattributes4 *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space

1234