Home
last modified time | relevance | path

Searched refs:CharPos (Results 1 – 25 of 195) sorted by path

12345678

/dports/archivers/libunrar6/unrar/
H A Dpathfn.cpp818 int CharPos=(int)strlen(Field[FieldPos])-CField[FieldPos]--; in GenArcName() local
826 if (CharPos<0) in GenArcName()
829 DateText[J]=Field[FieldPos][CharPos]; in GenArcName()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dpathfn.cpp818 int CharPos=(int)strlen(Field[FieldPos])-CField[FieldPos]--; in GenArcName() local
826 if (CharPos<0) in GenArcName()
829 DateText[J]=Field[FieldPos][CharPos]; in GenArcName()
/dports/archivers/unrar-iconv/unrar/
H A Dpathfn.cpp820 int CharPos=(int)strlen(Field[FieldPos])-CField[FieldPos]--; in GenArcName() local
828 if (CharPos<0) in GenArcName()
831 DateText[J]=Field[FieldPos][CharPos]; in GenArcName()
/dports/archivers/unrar/unrar/
H A Dpathfn.cpp820 int CharPos=(int)strlen(Field[FieldPos])-CField[FieldPos]--; in GenArcName() local
828 if (CharPos<0) in GenArcName()
831 DateText[J]=Field[FieldPos][CharPos]; in GenArcName()
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DParseCmd.pas166 J:=CharPos(':', S, 1);
H A DStrLst.pas358 I:=CharPos('=', Result, 1);
367 I:=CharPos('=', Result, 1);
H A DVFileLst.pas107 if (Result > 0) and (CharPos('*', Mask, Result) = 0) then
H A DVFileSys.pas618 if (CharPos('*', S, 1) = 0) and (CharPos('?', S, 1) = 0) then begin
633 if CharPos('~', Path, 1) > 0 then begin
650 if CharPos('~', Result, 1) > 0 then
H A DVFormat.pas242 if CharPos(DecimalSeparator, Value, 1) = 0 then begin
243 I:=CharPos('.', Value, 1);
247 I:=CharPos(',', Value, 1);
258 I:=CharPos(',', Value, 1);
517 if CharPos(TimeSeparator, Value, 1) <= 0 then
H A DVectStr.pas69 function CharPos(C: Char; const S: String; in CharPos() function
666 function CharPos(C: Char; const S: String; From: Integer): Integer; in CharPos() function
1268 I:=CharPos(#0, S, 1);
1592 I:=CharPos('\', S, 1);
1826 I:=CharPos('[', S, 1);
1832 J:=CharPos(',', Indexes, 1);
1868 I:=CharPos('.', S, 1);
1981 if CharPos(CommentPrefix, S, 1) = 0 then
2008 I:=CharPos(Quote, S, 1);
3300 I:=CharPos('.', Ver, 1);
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dpathfn.cpp1369 int CharPos=(int)strlen(Field[FieldPos])-CField[FieldPos]--; in GenArcName() local
1377 if (CharPos<0) in GenArcName()
1380 DateText[J]=Field[FieldPos][CharPos]; in GenArcName()
/dports/devel/cquery/cquery-20180718/src/
H A Dlex_utils.cc46 lsPosition CharPos(std::string_view search, in CharPos() function
293 lsPosition declaration = CharPos(buffer_content, 'F');
310 lsPosition declaration = CharPos(buffer_content, 'F');
322 lsPosition declaration = CharPos(buffer_content, '~');
334 lsPosition declaration = CharPos(buffer_content, 'F');
351 lsPosition declaration = CharPos(buffer_content, 'F');
368 lsPosition declaration = CharPos(buffer_content, 'F');
407 REQUIRE(LexIdentifierAroundPos(CharPos(content, 'y'), content) ==
413 REQUIRE(LexIdentifierAroundPos(CharPos(content, '1'), content) == "1");
414 REQUIRE(LexIdentifierAroundPos(CharPos(content, '2'), content) == "2");
[all …]
H A Dlex_utils.h17 lsPosition CharPos(std::string_view search,
H A Dworking_files.cc562 lsPosition CharPos(const WorkingFile& file, in CharPos() function
635 REQUIRE(end_pos.line == CharPos(f, '.').line);
636 REQUIRE(end_pos.character == CharPos(f, '.').character);
640 REQUIRE(end_pos.line == CharPos(f, ' ').line);
641 REQUIRE(end_pos.character == CharPos(f, ' ').character);
645 REQUIRE(end_pos.line == CharPos(f, ' ').line);
650 REQUIRE(end_pos.line == CharPos(f, ' ').line);
655 REQUIRE(end_pos.line == CharPos(f, ' ').line);
668 REQUIRE(end_pos.line == CharPos(f, ' ').line);
673 REQUIRE(end_pos.line == CharPos(f, ' ').line);
[all …]
/dports/devel/fpc-fv/fpc-3.2.2/packages/fv/src/
H A Deditors.pas202 function CharPos (P, Target : Sw_Word) : Sw_Integer; in CharPos() function
1481 function TEditor.CharPos (P, Target : Sw_Word) : Sw_Integer; in CharPos() function
1493 CharPos := Pos;
2260 CurPos.X := CharPos (DrawPtr, CurPtr);
2412 Pos := CharPos (P, I);
3107 CurPos.X := CharPos (DrawPtr, P);
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Language/Haskell/TH/
H A DLens.hs773 locStart :: Lens' Loc CharPos
777 locEnd :: Lens' Loc CharPos
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/monad-logger-0.3.32/Control/Monad/
H A DLogger.hs195 , loc_start :: CharPos
196 , loc_end :: CharPos }
197 type CharPos = (Int, Int) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/libraries/template-haskell/Language/Haskell/TH/
H A DSyntax.hs1612 , loc_start :: CharPos
1613 , loc_end :: CharPos }
1616 type CharPos = (Int, Int) -- ^ Line and character position type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Language/Haskell/TH/
H A DLens.hs747 locStart :: Lens' Loc CharPos
751 locEnd :: Lens' Loc CharPos
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/libraries/template-haskell/Language/Haskell/TH/
H A DSyntax.hs1730 , loc_start :: CharPos
1731 , loc_end :: CharPos }
1734 type CharPos = (Int, Int) -- ^ Line and character position type
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/libraries/template-haskell/Language/Haskell/TH/
H A DSyntax.hs1771 , loc_start :: CharPos
1772 , loc_end :: CharPos }
1775 type CharPos = (Int, Int) -- ^ Line and character position type
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/monad-logger-0.3.36/Control/Monad/
H A DLogger.hs214 , loc_start :: CharPos
215 , loc_end :: CharPos }
216 type CharPos = (Int, Int) function
/dports/devel/p5-SDL/SDL-2.548/src/SDLx/
H A DSFont.h42 int CharPos[512]; member
H A DSFont.xs106 Font->CharPos[i++]=x; in SFont_InitFont2()
109 Font->CharPos[i++]=x; in SFont_InitFont2()
133 x+=Font->CharPos[2]-Font->CharPos[1]; in SFont_PutString2()
140 …srcrect.w = dstrect.w = (Font->CharPos[ofs+2]+Font->CharPos[ofs+1])/2-(Font->CharPos[ofs]+Font->Ch… in SFont_PutString2()
142 srcrect.x = (Font->CharPos[ofs]+Font->CharPos[ofs-1])/2; in SFont_PutString2()
144 dstrect.x = x-(float)(Font->CharPos[ofs]-Font->CharPos[ofs-1])/2; in SFont_PutString2()
149 x+=Font->CharPos[ofs+1]-Font->CharPos[ofs]; in SFont_PutString2()
168 x+=Font->CharPos[2]-Font->CharPos[1]; in SFont_TextWidth2()
173 x+=Font->CharPos[ofs+1]-Font->CharPos[ofs]; in SFont_TextWidth2()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/util/
H A Dcomments.rs2 use rustc_span::{BytePos, CharPos, FileName, Pos, Symbol};
106 fn all_whitespace(s: &str, col: CharPos) -> Option<usize> { in all_whitespace()
117 fn trim_whitespace_prefix(s: &str, col: CharPos) -> &str { in trim_whitespace_prefix()
131 fn split_block_comment_into_lines(text: &str, col: CharPos) -> Vec<String> { in split_block_comment_into_lines()
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()

12345678