Searched defs:lastSlash (Results 1 - 21 of 21) sorted by relevance

/external/icu4c/tools/genrb/
H A Drbutil.c31 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1; local
33 if(lastSlash>filename) {
34 uprv_strncpy(dirname, filename, (lastSlash - filename));
35 *(dirname + (lastSlash - filename)) = '\0';
47 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1; local
50 if(lastSlash>filename) {
51 uprv_strcpy(basename, lastSlash);
/external/srec/portable/src/
H A DPFileSystem.c444 LCHAR* lastSlash; local
461 lastSlash = LSTRRCHR(clone, L('/'));
462 if (lastSlash == NULL)
468 else if (lastSlash < clone + LSTRLEN(clone) - 1)
471 *(lastSlash + 1) = L('\0');
484 if (lastSlash -clone + 2 == 3 && LSTRNCMP(clone, L("../"), 3) == 0)
497 if (lastSlash -clone + 1 == 2 && LSTRNCMP(clone, L("./"), 2) == 0)
509 else if (lastSlash == clone && LSTRNCMP(clone, L("/"), 1) == 0)
515 *lastSlash = 0;
516 lastSlash
[all...]
/external/icu4c/i18n/
H A Dnumfmt.cpp1256 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); local
1257 if ( lastSlash > firstSlash ) {
1261 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1);
1262 nsRuleSetName.setTo(nsDesc,lastSlash+1);
/external/valgrind/main/callgrind/
H A Ddump.c1682 Int lastSlash, i; local
1711 lastSlash = 0;
1714 if (out_file[i] == '/') lastSlash = i;
1717 i = lastSlash;
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp581 int lastSlash = qstring.lastIndexOf(QLatin1Char('/')); local
582 if (firstSlash >=0 && lastSlash > firstSlash) {
585 realRe.setPattern(qstring.mid(firstSlash + 1, lastSlash - firstSlash - 1));
587 if (qstring.mid(lastSlash + 1).contains(QLatin1Char('i')))
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp241 int lastSlash = path.rfind('\\'); local
242 if (lastSlash != -1 && lastSlash + 1 < path.length())
243 path = path.substr(0, lastSlash + 1);
H A DLayoutTestControllerWin.cpp321 int lastSlash = responseURL.rfind('/'); local
322 if (lastSlash != -1)
323 responseURL = responseURL.substr(0, lastSlash);
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c2933 char *lastSlash; local
2940 lastSlash = _mbsrchr(prefix, '\\');
2941 if (lastSlash == NULL) {
2946 lastSlash[1] = 0;
2954 if (lastSlash - prefix >= 4 && strnicmp(lastSlash - 4, "\\bin", 4) == 0)
2955 lastSlash[-3] = 0;
2956 else if (lastSlash - prefix >= 10 && strnicmp(lastSlash - 10, "\\bin\\debug", 10) == 0)
2957 lastSlash[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 346 milliseconds