HomeSort by relevance Sort by last modified time
    Searched defs:SEMICOLON (Results 1 - 12 of 12) sorted by null

  /external/nist-sip/java/gov/nist/core/
Separators.java 38 public static final String SEMICOLON = ";";
GenericObjectList.java 50 protected static final String SEMICOLON = Separators.SEMICOLON;
342 * Encode the list in semicolon separated form.
382 * is the new seperator (default is semicolon)
GenericObject.java 50 protected static final String SEMICOLON = Separators.SEMICOLON;
LexerCore.java 66 public static final int SEMICOLON = (int) ';';
  /external/bison/src/
parse-gram.h 84 SEMICOLON = 299,
137 #define SEMICOLON 299
parse-gram.c 119 SEMICOLON = 299,
172 #define SEMICOLON 299
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 190 public static final int SEMICOLON = (int) ';';
  /frameworks/base/core/java/android/webkit/
CookieManager.java 62 private static final char SEMICOLON = ';';
470 ret.append(SEMICOLON);
471 // according to RC2109, SEMICOLON is official separator,
803 * can be the end of a string, like "foo=bluh", it can be semicolon
810 int semicolonIndex = cookieString.indexOf(SEMICOLON, index);
818 // 2. "foo; path=..." where the first semicolon is before an equal
819 // and a semicolon exists.
840 // Get the semicolon index again in case it was contained within
842 semicolonIndex = cookieString.indexOf(SEMICOLON, index);
867 // skip white space and semicolon
    [all...]
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 33 static const UChar SEMICOLON = 0x3B; /* ; */
399 prop_end = rrule.indexOf(SEMICOLON, prop_start);
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/icu4c/i18n/
vtzone.cpp 33 static const UChar SEMICOLON = 0x3B; /* ; */
399 prop_end = rrule.indexOf(SEMICOLON, prop_start);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 1389 milliseconds