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

  /external/icu4c/tools/ctestfw/
uperf.cpp 224 ULine *newLines = new ULine[maxLines];
225 if(newLines == NULL) {
232 memcpy(newLines, lines, numLines*sizeof(ULine));
234 lines = newLines;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 336 // Count how many newlines we find in the trailing whitespace of the
338 int newLines = 0;
343 newLines++;
344 if (newLines == 2) {
352 if (newLines >= 2) {
419 // without newlines inside the <!-- --> delimiters
549 // more newlines after the comment, and if so have a blank line between this
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 418 var newLines = newContent.split(/\r?\n/);
420 var diff = Array.diff(oldLines, newLines);
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 625 milliseconds