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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextPosition.cpp 39 size_t lineEnd = text.find('\n', start);
40 if (lineEnd == kNotFound)
43 result->append(static_cast<unsigned>(lineEnd));
44 start = lineEnd + 1;
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 123 int lineEnd = staticLayout.getLineEnd(line);
125 lineEnd + "]\t" + source.subSequence(lineStart, lineEnd));
144 int lineEnd = staticLayout.getLineEnd(line);
153 assertEquals("Line end for last line", source.length(), lineEnd);
155 assertEquals("Line end for line " + line, breaks[line], lineEnd);
172 int lineEnd = staticLayout.getLineEnd(line);
181 assertEquals("Line end for last line", source.length(), lineEnd);
183 assertEquals("Line end for line " + line, breaks[line], lineEnd);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.cpp 69 unsigned lineEnd = endings->at(lineNumber);
70 String line = text.substring(start, lineEnd - start);
78 start = lineEnd + 1;
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 362 int lineEnd = -1;
368 while (lineEnd < text.length() - 1) {
369 lineEnd = text.indexOf('\n', lineStart);
370 if (lineEnd == -1) {
371 lineEnd = text.length() - 1;
373 line = text.substring(lineStart, lineEnd + 1);
374 lineStart = lineEnd + 1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 76 LineEnd: "LineEnd",
178 var lineEnd = WebInspector.WikiParser.newLineWithoutSpace.exec(this._text);
179 if (lineEnd)
180 end = lineEnd.index;
255 WebInspector.WikiParser.lineEnd = /^\n/;
295 new WebInspector.WikiParser.TokenDescriptor(WebInspector.WikiParser.lineEnd, WebInspector.WikiParser.TokenType.LineEnd),
386 case WebInspector.WikiParser.TokenType.LineEnd:
580 case WebInspector.WikiParser.TokenType.LineEnd
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util.js 263 var lineEnd = shadow.getLineEnd(lineIndex);
264 var lineText = node.value.substring(lineStart, lineEnd);
editable_text.js 294 var lineEnd = this.getLineEnd(index);
295 return this.value.substr(lineStart, lineEnd - lineStart);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js 111 var lineEnd = lineEndings[lineNumber];
112 var lineContent = this.substring(lineStart, lineEnd);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 954 milliseconds