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

1 2 3

  /external/ipsec-tools/src/libipsec/
policy_parse.h 56 SLASH = 272,
75 #define SLASH 272
  /external/nist-sip/java/gov/nist/core/
Separators.java 41 public static final String SLASH = "/";
GenericObjectList.java 56 protected static final String SLASH = Separators.SLASH;
GenericObject.java 53 protected static final String SLASH = Separators.SLASH;
LexerCore.java 67 public static final int SLASH = (int) '/';
601 * Scan until you see a slash or an EOL.
603 * @return substring containing no slash.
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 28 #define SLASH 0x002F
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
  /external/icu/icu4c/source/tools/genrb/
read.c 29 #define SLASH 0x002F
341 if (c != SLASH) {
352 case SLASH: /* "//" */
370 return SLASH;
412 if (d != SLASH) {
  /external/ipsec-tools/src/racoon/
prsa_par.h 60 SLASH = 276,
84 #define SLASH 276
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
242 if (mode == SLASH) {
301 mode = SLASH;
  /external/chromium_org/third_party/icu/source/common/
ucnv_u7.c 834 #define SLASH 0x2f
843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 35 #define SLASH ((UChar)0x002F)
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XML.java 63 public static final Character SLASH = new Character('/');
189 } else if (t == SLASH) {
237 } else if (t == SLASH) {
  /external/icu/icu4c/source/common/
ucnv_u7.c 860 #define SLASH 0x2f
869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/icu/icu4c/source/i18n/
selfmtimpl.h 30 #define SLASH ((UChar)0x002F)
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 305 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
325 if (mode == SLASH) {
384 mode = SLASH;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 30 SLASH = 17
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 30 SLASH = 17
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 217 static const UChar SLASH=0x2f;
239 // search for the first slash
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
243 // ignore aliases with an initial slash:
247 return; // initial slash ('/')
250 // ignore the intra-bundle path starting from the first slash ('/')
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 217 static const UChar SLASH=0x2f;
239 // search for the first slash
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
243 // ignore aliases with an initial slash:
247 return; // initial slash ('/')
250 // ignore the intra-bundle path starting from the first slash ('/')
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 340 SLASH,
468 state = State.SLASH;
535 case SLASH:
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 679 final char SLASH = 0x2F;
698 ch == SLASH ||

Completed in 653 milliseconds

1 2 3