HomeSort by relevance Sort by last modified time
    Searched defs:strEnd (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/
FileSystem.cpp 87 const UChar* strEnd = str + length;
89 while (str < strEnd) {
KURL.cpp     [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 290 const char* strEnd = strrchr(str, ')');
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/icu4c/tools/genrb/
derb.c 412 const UChar *strEnd;
417 strEnd = str + len;
423 ucnv_fromUnicode(converter, &bufp, bufend, &str, strEnd, 0, 0, &err);
427 } while (str < strEnd);
432 const char *strEnd;
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/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 191 milliseconds