OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxLines
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/samples/layout/
cgnomelayout.c
212
gint
maxLines
= pf_getLineCount(context->paragraph) - 1;
216
pf_draw(context->paragraph, surface, firstLine, (
maxLines
< lastLine)?
maxLines
: lastLine);
gnomelayout.cpp
220
gint
maxLines
= context->paragraph->getLineCount() - 1;
224
context->paragraph->draw(&surface, firstLine, (
maxLines
< lastLine)?
maxLines
: lastLine);
/external/icu4c/tools/ctestfw/
uperf.cpp
20
static const int
MAXLINES
= 40000;
206
lines = new ULine[
MAXLINES
];
207
int
maxLines
=
MAXLINES
;
222
if (numLines >=
maxLines
) {
223
maxLines
+=
MAXLINES
;
224
ULine *newLines = new ULine[
maxLines
];
/packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java
49
public int
maxLines
= 1;
61
p.writeInt(
maxLines
);
75
maxLines
= p.readInt();
/external/icu4c/tools/genrb/
wrtjava.c
217
int32_t
maxLines
= 3000;
223
if (
maxLines
< (adjustedLen / columnCount) ){
224
columnCount = adjustedLen /
maxLines
;
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
[
all
...]
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
Completed in 266 milliseconds