Home
last modified time | relevance | path

Searched refs:getNextChar (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/Ninja/
H A DLexer.cpp114 getNextChar(); in skipToEndOfLine()
152 getNextChar(); in lexIdentifier()
178 c = getNextChar(); in lexPathString()
193 getNextChar(); in lexPathString()
215 getNextChar(); in lexVariableString()
237 getNextChar(); in lex()
251 getNextChar(); in lex()
252 getNextChar(); in lex()
258 getNextChar(); in lex()
273 getNextChar(); in lex()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionScanner.java287 if (getNextChar('=')) in getNextToken0()
912 getNextChar('d') && in isFirstTag()
913 getNextChar('e') && in isFirstTag()
914 getNextChar('p') && in isFirstTag()
915 getNextChar('r') && in isFirstTag()
916 getNextChar('e') && in isFirstTag()
917 getNextChar('c') && in isFirstTag()
918 getNextChar('a') && in isFirstTag()
919 getNextChar('t') && in isFirstTag()
920 getNextChar('e') && in isFirstTag()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/
H A DMMCStrings.cpp4 static inline QChar getNextChar(const QString &s, int location) in getNextChar() function
15 QChar c1 = getNextChar(s1, l1); in naturalCompare()
17 c1 = getNextChar(s1, ++l1); in naturalCompare()
18 QChar c2 = getNextChar(s2, l2); in naturalCompare()
20 c2 = getNextChar(s2, ++l2); in naturalCompare()
25 c1 = getNextChar(s1, ++l1); in naturalCompare()
27 c2 = getNextChar(s2, ++l2); in naturalCompare()
35 lookAhead1 = getNextChar(s1, ++lookAheadLocation1), in naturalCompare()
36 lookAhead2 = getNextChar(s2, ++lookAheadLocation2)) in naturalCompare()
/dports/games/openmw/openmw-openmw-0.47.0/components/contentselector/model/
H A Dnaturalsort.cpp8 static inline QChar getNextChar(const QString &s, int location) in getNextChar() function
30 QChar c1 = getNextChar(s1, l1); in naturalCompare()
32 c1 = getNextChar(s1, ++l1); in naturalCompare()
33 QChar c2 = getNextChar(s2, l2); in naturalCompare()
35 c2 = getNextChar(s2, ++l2); in naturalCompare()
39 c1 = getNextChar(s1, ++l1); in naturalCompare()
41 c2 = getNextChar(s2, ++l2); in naturalCompare()
50 lookAhead1 = getNextChar(s1, ++lookAheadLocation1), in naturalCompare()
51 lookAhead2 = getNextChar(s2, ++lookAheadLocation2) in naturalCompare()
/dports/lang/seed7/seed7/src/
H A Dgkb_x11.c1191 boolType getNextChar; in gkbGetc() local
1197 getNextChar = FALSE; in gkbGetc()
1209 getNextChar = TRUE; in gkbGetc()
1225 getNextChar = TRUE; in gkbGetc()
1235 getNextChar = TRUE; in gkbGetc()
1254 getNextChar = TRUE; in gkbGetc()
1260 getNextChar = TRUE; in gkbGetc()
1329 getNextChar = TRUE; in gkbGetc()
1924 getNextChar = TRUE; in gkbGetc()
1929 getNextChar = TRUE; in gkbGetc()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/appweb/ejs-2.0/exml/
H A DexmlParser.c22 static int getNextChar(Exml *xp);
381 if ((c = getNextChar(xp)) < 0) { in getToken()
397 if ((c = getNextChar(xp)) < 0) { in getToken()
403 if ((c = getNextChar(xp)) < 0) { in getToken()
416 if ((c = getNextChar(xp)) < 0) { in getToken()
447 if ((c = getNextChar(xp)) < 0) { in getToken()
463 if ((c = getNextChar(xp)) < 0) { in getToken()
483 if ((c = getNextChar(xp)) < 0) { in getToken()
577 if ((c = getNextChar(xp)) < 0) { in getToken()
605 if ((c = getNextChar(xp)) < 0) { in scanFor()
[all …]
/dports/games/einstein/einstein-2.0/
H A Dlexal.cpp70 wchar_t ch = reader.getNextChar(); in getNext()
92 wchar_t ch = reader.getNextChar(); in readString()
99 wchar_t nextCh = reader.getNextChar(); in readString()
133 wchar_t ch = reader.getNextChar(); in readNumber()
165 wchar_t ch = reader.getNextChar(); in readIdent()
181 wchar_t ch = reader.getNextChar(); in skipToLineEnd()
195 wchar_t ch = reader.getNextChar(); in skipMultilineComment()
201 wchar_t nextCh = reader.getNextChar(); in skipMultilineComment()
214 wchar_t ch = reader.getNextChar(); in skipSpaces()
222 wchar_t nextCh = reader.getNextChar(); in skipSpaces()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-pg/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-vc/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]
/dports/devel/geany-plugin-lineoperations/geany-plugins-1.38/pretty-printer/src/
H A DPrettyPrinter.c255 char getNextChar(void) in getNextChar() function
448 nextChar = getNextChar(); in processElements()
614 while (!isWhite(getNextChar()) && in processNode()
615 getNextChar() != '>' && /* end of the tag */ in processNode()
616 getNextChar() != '/') /* tag is being closed */ in processNode()
686 closeChar = getNextChar(); in processNode()
763 while(isSpace(getNextChar())) in processComment()
879 while(getNextChar() != '<') in processTextNode()
903 if (getNextChar() != '<') in processTextNode()
952 char nextChar2 = getNextChar(); in processCDATA()
[all …]

12345678910>>...26