HomeSort by relevance Sort by last modified time
    Searched refs:slashPos (Results 1 - 25 of 41) sorted by null

1 2

  /external/lzma/CPP/7zip/Common/
FilePathAutoRename.cpp 30 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/'));
33 slashPos = MyMax(slashPos, slash1Pos);
37 if (dotPos > slashPos && dotPos > 0)
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 72 int slashPos = in.indexOf('/');
73 if (slashPos != -1) {
75 return in.lastIndexOf(':', slashPos - 1) == -1;
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 53 int slashPos = fileName.ReverseFind(WCHAR_PATH_SEPARATOR);
54 UString s1 = fileName.Left(slashPos + 1);
55 UString s2 = fileName.Ptr(slashPos + 1);
BrowseDialog.cpp 961 int slashPos = path.Find(WCHAR_PATH_SEPARATOR, start);
962 cur.SetFrom(path.Ptr(start), (slashPos < 0 ? path.Len() : slashPos) - start);
980 if (slashPos < 0)
983 start = slashPos + 1;
ExtractCallback.cpp 588 int slashPos = destPathSpec.ReverseFind(L'/');
591 slashPos = MyMax(slashPos, slash1Pos);
593 destPathSpec.DeleteFrom(slashPos + 1);
ProgressDialog2.cpp 870 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
871 if (slashPos >= 0)
873 s1.SetFrom(_filePath, slashPos + 1);
874 s2 = _filePath.Ptr(slashPos + 1);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 49 int slashPos = name.ReverseFind(L'/');
52 slashPos = MyMax(slashPos, slash1Pos);
54 return slashPos;
59 int slashPos = GetReverseSlashPos(Name);
61 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0))
265 int slashPos = GetReverseSlashPos(ui.Name);
266 NamePos = slashPos + 1;
268 if (dotPos < 0 || dotPos < slashPos)
    [all...]
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 87 int slashPos = MUSIC_URL.lastIndexOf('/');
88 String path = MUSIC_URL.substring(0, slashPos + 1);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
WriteCharts.java 127 int slashPos = target.indexOf('/');
128 if (slashPos >= 0) target = target.substring(0,slashPos);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
WriteCharts.java 126 int slashPos = target.indexOf('/');
127 if (slashPos >= 0) target = target.substring(0,slashPos);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java 222 int slashPos = CATALOG_URL.lastIndexOf('/');
223 String path = CATALOG_URL.substring(0, slashPos + 1);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java 222 int slashPos = CATALOG_URL.lastIndexOf('/');
223 String path = CATALOG_URL.substring(0, slashPos + 1);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MusicProvider.java 222 int slashPos = CATALOG_URL.lastIndexOf('/');
223 String path = CATALOG_URL.substring(0, slashPos + 1);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 434 int slashPos = id.indexOf('/');
436 if (slashPos >= 0) {
437 variant = "_" + id.substring(slashPos+1);
438 id = id.substring(0, slashPos);
732 int slashPos = id.indexOf('/');
733 if (slashPos < 0) slashPos = id.length();
743 targetSuper = new UnicodeSet("[[:" + id.substring(dashPos+1, slashPos) + ":][:Mn:][:Me:]]");
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/model/
MusicProvider.java 224 int slashPos = CATALOG_URL.lastIndexOf('/');
225 String path = CATALOG_URL.substring(0, slashPos + 1);
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 329 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
330 if (slashPos >= 0)
331 CreateComplexDir(_directoryPath + us2fs(_filePath.Left(slashPos)));
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 761 int slashPos = fullProcessedPath.ReverseFind(FTEXT('/'));
764 slashPos = MyMax(slashPos, slash1Pos);
766 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name;
Update.cpp 464 int slashPos = name.ReverseFind(L'/');
467 slashPos = MyMax(slashPos, slash1Pos);
469 return slashPos;
    [all...]
LoadCodecs.cpp 608 int slashPos = arcPath.ReverseFind(WCHAR_PATH_SEPARATOR);
610 if (dotPos < 0 || dotPos < slashPos)
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 145 const char *slashPos = strchr(&url[7], '/');
147 if (slashPos == NULL) {
151 host->setTo(&url[7], slashPos - &url[7]);
152 path->setTo(slashPos);
  /external/curl/lib/
ftp.c     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 

Completed in 1012 milliseconds

1 2