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

  /external/bluetooth/glib/build/win32/dirent/
dirent.c 51 #define SLASH _T("\\")
101 nd = (_TDIR *) malloc (sizeof (_TDIR) + (_tcslen(szFullPath) + _tcslen (SLASH) +
114 /* Add on a slash if the path does not end with one. */
119 _tcscat (nd->dd_name, SLASH);
  /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/icu4c/tools/genrb/
read.c 28 #define SLASH 0x002F
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 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/icu4c/common/
ucnv_u7.c 834 #define SLASH 0x2f
843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/icu4c/i18n/
selfmtimpl.h 35 #define SLASH ((UChar)0x002F)
plurrule_impl.h 34 #define SLASH ((UChar)0x002F)