HomeSort by relevance Sort by last modified time
    Searched refs:lineEnd (Results 1 - 6 of 6) sorted by null

  /external/icu4c/samples/ugrep/
ugrep.cpp 58 int lineEnd; // Index of char following the new line sequence for the current line
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
137 UnicodeString s(FALSE, ucharBuf+lineStart, lineEnd-lineStart);
380 lineStart = lineEnd = startPos;
383 if (lineEnd >= fileLen) {
386 UChar c = ucharBuf[lineEnd];
387 lineEnd++;
400 if (lineEnd < fileLen &&
401 ucharBuf[lineEnd-1] == 0x0d &&
402 ucharBuf[lineEnd] == 0x0a)
    [all...]
  /external/webkit/WebCore/loader/appcache/
ManifestParser.cpp 107 const UChar* lineEnd = p + line.length();
110 while (p < lineEnd && *p != '\t' && *p != ' ')
137 const UChar* lineEnd = p + line.length();
140 while (p < lineEnd && *p != '\t' && *p != ' ')
143 if (p == lineEnd) {
158 while (p < lineEnd && (*p == '\t' || *p == ' '))
163 while (p < lineEnd && *p != '\t' && *p != ' ')
  /frameworks/base/services/java/com/android/server/
WifiService.java     [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 283 milliseconds