Home
last modified time | relevance | path

Searched defs:firstSlash (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DLinkHash.cpp101 static void cleanSlashDotDotSlashes(Vector<UChar, 512>& path, size_t firstSlash) in cleanSlashDotDotSlashes()
120 static void mergeDoubleSlashes(Vector<UChar, 512>& path, size_t firstSlash) in mergeDoubleSlashes()
138 static void cleanSlashDotSlashes(Vector<UChar, 512>& path, size_t firstSlash) in cleanSlashDotSlashes()
152 size_t firstSlash = findSlashDotDotSlash(path.data(), path.size(), 0); in cleanPath() local
/external/icu4c/i18n/
Dnumfmt.cpp1223 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance() local
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp580 int firstSlash = qstring.indexOf(QLatin1Char('/')); in convertValueToQVariant() local