Searched defs:strEnd (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DFileSystem.cpp87 const UChar* strEnd = str + length; local
89 while (str < strEnd) {
H A DKURL.cpp984 const char* strEnd = strStart + length; local
985 while (str < strEnd) {
1004 const char* strEnd = strStart + length; local
1005 while (str < strEnd) {
1514 const char* strEnd = str + asUTF8.length(); local
1515 while (str < strEnd) {
/external/icu4c/tools/genrb/
H A Dderb.c412 const UChar *strEnd; local
417 strEnd = str + len;
423 ucnv_fromUnicode(converter, &bufp, bufend, &str, strEnd, 0, 0, &err);
427 } while (str < strEnd);
432 const char *strEnd; local
437 strEnd = str + len;
443 ucnv_toUnicode(defaultConverter, &bufp, bufend, &str, strEnd, 0, 0, &err);
447 } while (str < strEnd);
/external/skia/src/svg/
H A DSkSVGParser.cpp290 const char* strEnd = strrchr(str, ')'); local
291 SkASSERT(strEnd != NULL);
292 SkString mat(str, strEnd - str);
298 strEnd = str + mat.size();
299 while (str < strEnd) {
301 while (str < strEnd && *str != ',' )
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...

Completed in 203 milliseconds