HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 101 - 125 of 431) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 71 * ~ --> "~/" --> current user (slash added)
73 * ~user --> "~user/" --> named user (slash added)
170 * A trailing slash will be retained.
171 * A double slash will be merged to a single slash (but UNC names are handled).
216 * A trailing slash will be removed.
217 * A double slash will be merged to a single slash (but UNC names are handled).
273 char[] array = new char[size + 2]; // +1 for possible extra slash, +2 for arraycopy
299 // dot slash
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbirpt.txt 165 '/' n expr-cont-no-slash doSlash
170 # expr-cont-no-slash Expression, continuation. At a point where additional terms are
175 expr-cont-no-slash:
  /external/icu4c/common/
rbbirpt.txt 165 '/' n expr-cont-no-slash doSlash
170 # expr-cont-no-slash Expression, continuation. At a point where additional terms are
175 expr-cont-no-slash:
  /external/nist-sip/java/gov/nist/javax/sip/header/
RequestLine.java 147 boolean slash = false;
151 if (slash) {
158 slash = true;
  /bionic/libc/regex/
cname.h 103 { "slash", '/' },
  /external/bison/lib/
dirname.c 43 /* But don't strip the only slash from "/". */
  /external/bluetooth/glib/tests/
uri-test.c 273 gchar *slash, *p; local
276 while ((slash = strchr (p, '/')) != NULL)
278 *slash = '\\';
279 p = slash + 1;
  /external/chromium/googleurl/src/
gurl.h 184 // A helper function that is equivalent to replacing the path with a slash
197 // replacing the path with a slash, and clearing everything after that. If
254 std::string path() const { // Including first slash following host
306 // is everything after the last slash in the path. This may be empty.
url_file.h 52 // Returns the index of the next slash in the input after the given index, or
url_canon_internal_file.h 84 // canonicalizer expects the input to begin in a slash already so
91 // a slash because it assumes any nonempty path already starts with one.
url_parse.cc 99 // from there to the next slash (or end of spec) to be the authority. Note
106 else // Everything starting from the slash to the end is the path.
502 // parameter. The path should start with a slash, so we don't need to check
512 // Now search backwards from the filename end to the previous slash
522 // No slash found, this means the input was degenerate (generally paths
523 // will start with a slash). Let's call everything the file name.
  /external/chromium/third_party/icu/source/i18n/
plurrule_impl.h 34 #define SLASH ((UChar)0x002F)
  /external/chromium/third_party/icu/source/tools/gencmn/
gencmn.8.in 120 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium/third_party/icu/source/tools/genrb/
genrb.1.in 135 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium/third_party/icu/source/tools/makeconv/
makeconv.1.in 100 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/i18n/
plurrule_impl.h 34 #define SLASH ((UChar)0x002F)
  /external/icu4c/tools/gencmn/
gencmn.8.in 120 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/genrb/
genrb.1.in 135 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/makeconv/
makeconv.1.in 100 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/ipsec-tools/src/racoon/
prsa_tok.l 81 \/ { return SLASH; }
  /external/libvpx/examples/
decode_with_drops.txt 43 a forward-slash. The following command will drop 3 of 7 frames.
  /external/qemu/
offset_layout.py 56 KEYBOARD = [ "DEL", "CAP", "CAP2", "PERIOD", "ENTER", "ALT", "SYM", "AT", "SPACE", "SLASH", "COMMA", "ALT2" ]
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 78 Slash: 191, // /
  /frameworks/base/cmds/dumpstate/
utils.c 258 /* skip initial slash */
338 char *slash = strrchr(anr_traces_dir, '/'); local
339 if (slash != NULL) {
340 *slash = '\0';
  /external/chromium/third_party/icu/source/tools/toolutil/
pkgitems.cpp 242 u16=0x2f; // slash in local endianness
244 u16=0x2f00; // slash in opposite endianness
248 // search for the first slash
252 // ignore aliases with an initial slash:
256 break; // initial slash ('/')
259 // ignore the intra-bundle path starting from the first slash ('/')

Completed in 414 milliseconds

1 2 3 45 6 7 8 91011>>