HomeSort by relevance Sort by last modified time
    Searched defs:COLON (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 21 COLON = pytree.Leaf(token.COLON, u":")
22 SEPS = (COMMA, COLON)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 21 COLON = pytree.Leaf(token.COLON, u":")
22 SEPS = (COMMA, COLON)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 43 public const int COLON = 6;
100 return COLON;
  /cts/tools/dasm/src/java_cup/
sym.java 19 static final int COLON = 17;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java 37 public static final int COLON = 6;
95 return COLON;
  /external/nist-sip/java/gov/nist/core/
Separators.java 39 public static final String COLON = ":";
GenericObjectList.java 52 protected static final String COLON = Separators.COLON;
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 31 #define COLON 0x003A
94 case COLON:
273 || c == COLON) {
308 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
  /external/icu/icu4c/source/tools/genrb/
read.c 32 #define COLON 0x003A
96 case COLON:
275 || c == COLON) {
310 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
  /external/ipsec-tools/src/racoon/
prsa_par.h 42 COLON = 258,
66 #define COLON 258
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 63 COLON = 6
123 return COLON
224 if self.ttype != COLON:
227 self.ttype = self.tokenizer.nextToken() # move to ID following colon
  /external/chromium_org/third_party/icu/source/common/
uniset.cpp 34 #define COLON ((UChar)0x003A) /*:*/
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtitv_impl.h 28 #define COLON ((UChar)0x003A)
selfmtimpl.h 53 #define COLON ((UChar)0x003A)
  /external/icu/icu4c/source/common/
uniset.cpp 36 #define COLON ((UChar)0x003A) /*:*/
    [all...]
  /external/icu/icu4c/source/i18n/
dtitv_impl.h 28 #define COLON ((UChar)0x003A)
selfmtimpl.h 48 #define COLON ((UChar)0x003A)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 23 #define COLON 11
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 20 COLON = 11
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 24 COLON = 11
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 23 #define COLON 11
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 20 COLON = 11
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 24 COLON = 11
  /cts/tools/dasm/src/dasm/
sym.java 69 static final int COLON = 66;
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveParser.cpp 641 COLON,
663 case COLON:

Completed in 6463 milliseconds

1 2 3 4