Home
last modified time | relevance | path

Searched refs:nBlanks (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/jade/jade-1.2.1/lib/
H A DRecognizer.cxx51 size_t nBlanks; in recognize() local
52 for (nBlanks = 0; nBlanks < maxBlanks; nBlanks++) { in recognize()
63 in->endToken(newPos->tokenLength() + b->additionalLength() + nBlanks); in recognize()
67 in->endToken(pos->tokenLength() + (pos->includeBlanks() ? nBlanks : 0)); in recognize()
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DRecognizer.cxx53 size_t nBlanks; in recognize() local
54 for (nBlanks = 0; nBlanks < maxBlanks; nBlanks++) { in recognize()
65 in->endToken(newPos->tokenLength() + b->additionalLength() + nBlanks); in recognize()
69 in->endToken(pos->tokenLength() + (pos->includeBlanks() ? nBlanks : 0)); in recognize()
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/dep/dependencies/
H A Ddshowtable.c3 static void line(int nBlanks, int nMinuses) in line() argument
5 if (nBlanks) in line()
6 printf("%*c", nBlanks, ' '); in line()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzfcstring.c1127 SpiceInt nBlanks; in F_StrLen() local
1134 nBlanks = 0; in F_StrLen()
1142 nBlanks++; in F_StrLen()
1150 if ( nBlanks == fStrLen ) in F_StrLen()
1156 nChars = fStrLen - nBlanks; in F_StrLen()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzfcstring.c1127 SpiceInt nBlanks; in F_StrLen() local
1134 nBlanks = 0; in F_StrLen()
1142 nBlanks++; in F_StrLen()
1150 if ( nBlanks == fStrLen ) in F_StrLen()
1156 nChars = fStrLen - nBlanks; in F_StrLen()
/dports/devel/py-jaraco.itertools/jaraco.itertools-6.0.3/jaraco/
H A Ditertools.py300 def __init__(self, nBlanks): argument
301 self.limit = nBlanks
326 def __init__(self, nBlanks): argument
327 self.limit = nBlanks
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dautofmt.cxx389 TextFrameIndex nBlanks(GetLeadingBlanks(rText)); in IsEnumericChar() local
390 const TextFrameIndex nLen = TextFrameIndex(rText.getLength()) - nBlanks; in IsEnumericChar()
395 if (TextFrameIndex(2) < nLen && IsSpace(rText[sal_Int32(nBlanks) + 1])) in IsEnumericChar()
397 if (StrChr(pBulletChar, rText[sal_Int32(nBlanks)])) in IsEnumericChar()
401 if (aFInfo.IsBullet(nBlanks)) in IsEnumericChar()
406 return USHRT_MAX != GetDigitLevel(rFrame, nBlanks); in IsEnumericChar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dpormulti.cxx218 TextFrameIndex nBlanks(0); in GetSpaceCnt() local
223 nBlanks = nBlanks + static_cast<SwTextPortion*>(pPor)->GetSpaceCnt( rInf, nNull ); in GetSpaceCnt()
226 nBlanks = nBlanks + static_cast<SwBidiPortion*>(pPor)->GetSpaceCnt( rInf ); in GetSpaceCnt()
231 return nBlanks; in GetSpaceCnt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dautofmt.cxx397 TextFrameIndex nBlanks(GetLeadingBlanks(rText)); in IsEnumericChar() local
398 const TextFrameIndex nLen = TextFrameIndex(rText.getLength()) - nBlanks; in IsEnumericChar()
403 if (TextFrameIndex(2) < nLen && IsSpace(rText[sal_Int32(nBlanks) + 1])) in IsEnumericChar()
405 if (StrChr(pBulletChar, rText[sal_Int32(nBlanks)])) in IsEnumericChar()
409 if (aFInfo.IsBullet(nBlanks)) in IsEnumericChar()
414 return USHRT_MAX != GetDigitLevel(rFrame, nBlanks); in IsEnumericChar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpormulti.cxx222 TextFrameIndex nBlanks(0); in GetSpaceCnt() local
227 nBlanks = nBlanks + static_cast<SwTextPortion*>(pPor)->GetSpaceCnt( rInf, nNull ); in GetSpaceCnt()
230 nBlanks = nBlanks + static_cast<SwBidiPortion*>(pPor)->GetSpaceCnt( rInf ); in GetSpaceCnt()
235 return nBlanks; in GetSpaceCnt()
/dports/devel/asl/asl-current/
H A Dasmpars.c3236 int l1, nBlanks; in PrintSymbolList_PNode() local
3249 for (nBlanks = pContext->cwidth - 1 - l1; nBlanks < 0; nBlanks += pContext->cwidth); in PrintSymbolList_PNode()
3250 as_snprcatf(sh, STRINGSIZE, "%s%s %c | ", Blanks(nBlanks), s1, SegShorts[Node->SymType]); in PrintSymbolList_PNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh.cxx1855 sal_Int32 nBlanks = nLen - aString.getLength(); in lcl_ScDocShell_GetFixedWidthString() local
1861 comphelper::string::padToLength( aTmp, nBlanks, ' ' ); in lcl_ScDocShell_GetFixedWidthString()
1867 sal_Int32 nLeftPad = nBlanks / 2; in lcl_ScDocShell_GetFixedWidthString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh.cxx1844 sal_Int32 nBlanks = nLen - aString.getLength(); in lcl_ScDocShell_GetFixedWidthString() local
1850 comphelper::string::padToLength( aTmp, nBlanks, ' ' ); in lcl_ScDocShell_GetFixedWidthString()
1856 sal_Int32 nLeftPad = nBlanks / 2; in lcl_ScDocShell_GetFixedWidthString()
/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dwidgets.c2862 int nBlanks; local
2941 nBlanks = (SCREEN_WIDTH-2) - strlen(header) - strlen(helpIdStr);
2942 CatNcharacters (header, nBlanks, (int) ' ');