Searched refs:strEnd (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/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 != ',' )
H A DSkSVGPaintState.cpp207 const char* strEnd = strrchr(str, ')');
208 SkASSERT(strEnd != NULL);
209 SkString mat(str, strEnd - str);
/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 != ',' )
H A DSkSVGPaintState.cpp207 const char* strEnd = strrchr(str, ')');
208 SkASSERT(strEnd != NULL);
209 SkString mat(str, strEnd - str);
/external/chromium_org/third_party/icu/source/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/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/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 231 milliseconds