Searched defs:SEMICOLON (Results 1 – 10 of 10) sorted by relevance
38 public static final String SEMICOLON = ";"; field
50 protected static final String SEMICOLON = Separators.SEMICOLON; field in GenericObjectList
50 protected static final String SEMICOLON = Separators.SEMICOLON; field in GenericObject
66 public static final int SEMICOLON = (int) ';'; field in LexerCore
84 SEMICOLON = 299, enumerator137 #define SEMICOLON 299 macro
119 SEMICOLON = 299, enumerator172 #define SEMICOLON 299 macro
190 public static final int SEMICOLON = (int) ';'; field
1478 static final Token SEMICOLON = new Token (SEMICOLON_ID, ";"); field in OptsParser.Token
33 static const UChar SEMICOLON = 0x3B; /* ; */ variable