Searched refs: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) {
1491 const char* strEnd = str + asUTF8.length(); local
1492 while (str < strEnd) {
/external/skia/src/svg/
H A DSkSVGParser.cpp296 const char* strEnd = strrchr(str, ')'); local
297 SkASSERT(strEnd != NULL);
298 SkString mat(str, strEnd - str);
304 strEnd = str + mat.size();
305 while (str < strEnd) {
307 while (str < strEnd && *str != ',' )
H A DSkSVGPaintState.cpp215 const char* strEnd = strrchr(str, ')');
216 SkASSERT(strEnd != NULL);
217 SkString mat(str, strEnd - str);
/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);

Completed in 124 milliseconds