OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:breakLines
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/samples/layout/
paragraph.h
43
void
breakLines
(le_int32 width, le_int32 height);
gnomelayout.cpp
108
context->paragraph->
breakLines
(context->width, context->height);
210
context->paragraph->
breakLines
(context->width, context->height);
paragraph.cpp
181
void Paragraph::
breakLines
(le_int32 width, le_int32 height)
layout.cpp
58
context->paragraph->
breakLines
(context->width, context->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 731 milliseconds