Searched defs:SEMI (Results 1 – 16 of 16) sorted by relevance
29 static const UChar SEMI[] = {59,0}; // ";" variable
25 #define SEMI 13 macro
24 SEMI = 13 variable
95 SEMI = 53, enumerator161 #define SEMI 53 macro
205 SEMI = 53, enumerator271 #define SEMI 53 macro
22 SEMI = 13 variable
26 #define SEMI 13 macro
19 SEMI = 13 variable
58 Splitter SEMI = Splitter.on(";").trimResults(); in main() local
29 SEMI(";"), enumConstant
51 static final Pattern SEMI = PatternCache.get("\\s*+;\\s*+"); field in NewLdml2IcuConverter
39 private static final Pattern SEMI = PatternCache.get("\\s*+;\\s*+"); field in RegexManager
58 #define SEMI(i) (data[(i) + 0 * count]) macro
112 public static final int SEMI=84; field in JavaLexer
257 public static final int SEMI=84; field in JavaParser