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

1 2

  /cts/tools/dasm/src/java_cup/
sym.java 19 static final int COLON = 17;
  /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;
GenericObject.java 51 protected static final String COLON = Separators.COLON;
LexerCore.java 55 public static final int COLON = (int) ':';
  /external/chromium/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/icu4c/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/ipsec-tools/src/racoon/
prsa_par.h 42 COLON = 258,
66 #define COLON 258
  /external/chromium/third_party/icu/source/common/
uniset.cpp 34 #define COLON ((UChar)0x003A) /*:*/
    [all...]
uniset_props.cpp 60 #define COLON ((UChar)0x003A) /*:*/
72 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
73 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
92 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
234 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;
239 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
dtitv_impl.h 28 #define COLON ((UChar)0x003A)
dtptngen_impl.h 39 #define COLON ((UChar)0x003A)
plurrule_impl.h 52 #define COLON ((UChar)0x003A)
timezone.cpp 96 #define COLON 0x003A
    [all...]
vtzone.cpp 32 static const UChar COLON = 0x3A; /* : */
    [all...]
  /external/icu4c/common/
uniset.cpp 34 #define COLON ((UChar)0x003A) /*:*/
    [all...]
uniset_props.cpp 63 #define COLON ((UChar)0x003A) /*:*/
75 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
76 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
95 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
299 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;
304 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
  /external/icu4c/i18n/
dtitv_impl.h 28 #define COLON ((UChar)0x003A)
selfmtimpl.h 53 #define COLON ((UChar)0x003A)
dtptngen_impl.h 39 #define COLON ((UChar)0x003A)
plurrule_impl.h 52 #define COLON ((UChar)0x003A)
timezone.cpp 97 #define COLON 0x003A
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 69 static final int COLON = 66;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 179 public static final int COLON = LexerCore.COLON;
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]

Completed in 978 milliseconds

1 2