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

1 2

  /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/icu4c/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 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
241 if (mode == SLASH) {
300 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/icu4c/common/
ucnv_u7.c 860 #define SLASH 0x2f
869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/icu4c/i18n/
selfmtimpl.h 30 #define SLASH ((UChar)0x002F)
plurrule_impl.h 31 #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