Home
last modified time | relevance | path

Searched refs:IsNumberChar (Results 1 – 25 of 68) sorted by relevance

123

/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexRaku.cxx679 bool IsNumberChar(const int ch, int base = 10);
771 bool LexerRaku::IsNumberChar(const int ch, int base) { in IsNumberChar() function in LexerRaku
1192 if (!IsNumberChar(sc.ch, 2)) in Lex()
1196 if (!IsNumberChar(sc.ch, 8)) in Lex()
1200 if (!IsNumberChar(sc.ch, 16)) in Lex()
1205 if (!IsNumberChar(sc.ch)) in Lex()
1311 else if (IsValidIdentPrecede(sc.chPrev) && (IsNumberChar(sc.ch) in Lex()
1312 || (sc.ch == 'v' && IsNumberChar(sc.chNext) && wordLast == "use"))) { in Lex()
H A DLexOScript.cxx52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexRaku.cxx679 bool IsNumberChar(const int ch, int base = 10);
771 bool LexerRaku::IsNumberChar(const int ch, int base) { in IsNumberChar() function in LexerRaku
1192 if (!IsNumberChar(sc.ch, 2)) in Lex()
1196 if (!IsNumberChar(sc.ch, 8)) in Lex()
1200 if (!IsNumberChar(sc.ch, 16)) in Lex()
1205 if (!IsNumberChar(sc.ch)) in Lex()
1311 else if (IsValidIdentPrecede(sc.chPrev) && (IsNumberChar(sc.ch) in Lex()
1312 || (sc.ch == 'v' && IsNumberChar(sc.chNext) && wordLast == "use"))) { in Lex()
H A DLexOScript.cxx52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/editors/textadept/scintilla/lexers/
H A DLexRaku.cxx679 bool IsNumberChar(const int ch, int base = 10);
771 bool LexerRaku::IsNumberChar(const int ch, int base) { in IsNumberChar() function in LexerRaku
1192 if (!IsNumberChar(sc.ch, 2)) in Lex()
1196 if (!IsNumberChar(sc.ch, 8)) in Lex()
1200 if (!IsNumberChar(sc.ch, 16)) in Lex()
1205 if (!IsNumberChar(sc.ch)) in Lex()
1311 else if (IsValidIdentPrecede(sc.chPrev) && (IsNumberChar(sc.ch) in Lex()
1312 || (sc.ch == 'v' && IsNumberChar(sc.chNext) && wordLast == "use"))) { in Lex()
H A DLexOScript.cxx52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/editors/scite/scintilla/lexers/
H A DLexRaku.cxx679 bool IsNumberChar(const int ch, int base = 10);
771 bool LexerRaku::IsNumberChar(const int ch, int base) { in IsNumberChar() function in LexerRaku
1192 if (!IsNumberChar(sc.ch, 2)) in Lex()
1196 if (!IsNumberChar(sc.ch, 8)) in Lex()
1200 if (!IsNumberChar(sc.ch, 16)) in Lex()
1205 if (!IsNumberChar(sc.ch)) in Lex()
1311 else if (IsValidIdentPrecede(sc.chPrev) && (IsNumberChar(sc.ch) in Lex()
1312 || (sc.ch == 'v' && IsNumberChar(sc.chNext) && wordLast == "use"))) { in Lex()
H A DLexOScript.cxx52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcustomcodetool.pas870 if (i<=SrcLen) and (IsNumberChar[Src[i]]) then begin
871 while (i<=SrcLen) and (IsNumberChar[Src[i]]) do
899 if IsNumberChar[p^] then begin
901 while IsNumberChar[p^] do
1192 if IsNumberChar[p^] then begin
1196 until not IsNumberChar[p^];
1236 while IsNumberChar[p^] do
1241 while IsNumberChar[p^] do
1248 while IsNumberChar[p^] do
1863 if IsNumberChar[p^] then begin
[all …]
H A Dnonpascalcodetools.pas389 if (Position<1) or (Position>l) or (not IsNumberChar[Source[Position]])
396 while (Position<=l) and (IsNumberChar[Source[Position]]) do
/dports/editors/lazarus/lazarus/components/codetools/
H A Dcustomcodetool.pas866 if (i<=SrcLen) and (IsNumberChar[Src[i]]) then begin
867 while (i<=SrcLen) and (IsNumberChar[Src[i]]) do
895 if IsNumberChar[p^] then begin
897 while IsNumberChar[p^] do
1188 if IsNumberChar[p^] then begin
1192 until not IsNumberChar[p^];
1232 while IsNumberChar[p^] do
1237 while IsNumberChar[p^] do
1244 while IsNumberChar[p^] do
1859 if IsNumberChar[p^] then begin
[all …]
H A Dnonpascalcodetools.pas389 if (Position<1) or (Position>l) or (not IsNumberChar[Source[Position]])
396 while (Position<=l) and (IsNumberChar[Source[Position]]) do
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dcustomcodetool.pas866 if (i<=SrcLen) and (IsNumberChar[Src[i]]) then begin
867 while (i<=SrcLen) and (IsNumberChar[Src[i]]) do
895 if IsNumberChar[p^] then begin
897 while IsNumberChar[p^] do
1188 if IsNumberChar[p^] then begin
1192 until not IsNumberChar[p^];
1232 while IsNumberChar[p^] do
1237 while IsNumberChar[p^] do
1244 while IsNumberChar[p^] do
1859 if IsNumberChar[p^] then begin
[all …]
H A Dnonpascalcodetools.pas389 if (Position<1) or (Position>l) or (not IsNumberChar[Source[Position]])
396 while (Position<=l) and (IsNumberChar[Source[Position]]) do
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcustomcodetool.pas870 if (i<=SrcLen) and (IsNumberChar[Src[i]]) then begin
871 while (i<=SrcLen) and (IsNumberChar[Src[i]]) do
899 if IsNumberChar[p^] then begin
901 while IsNumberChar[p^] do
1192 if IsNumberChar[p^] then begin
1196 until not IsNumberChar[p^];
1236 while IsNumberChar[p^] do
1241 while IsNumberChar[p^] do
1248 while IsNumberChar[p^] do
1863 if IsNumberChar[p^] then begin
[all …]
H A Dnonpascalcodetools.pas389 if (Position<1) or (Position>l) or (not IsNumberChar[Source[Position]])
396 while (Position<=l) and (IsNumberChar[Source[Position]]) do
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexOScript.cxx54 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
267 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexOScript.cxx54 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
267 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexOScript.cxx54 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
267 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexOScript.cxx54 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
267 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexOScript.cxx52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexOScript.cxx54 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
267 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/
H A DLexOScript.cxx54 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
267 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexOScript.cpp52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexOScript.cpp52 static inline bool IsNumberChar(int ch, int chNext) { in IsNumberChar() function
265 if (!IsNumberChar(sc.ch, sc.chNext)) { in ColouriseOScriptDoc()

123