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

  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 181 void Paragraph::breakLines(le_int32 width, le_int32 height)
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 651 boolean breakLines = dontBreakLines == 0;
656 + (breakLines ? ( len43 / MAX_LINE_LENGTH ) : 0) ]; // New lines
666 if( breakLines && lineLength == MAX_LINE_LENGTH )
    [all...]

Completed in 517 milliseconds