OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lengthLimit
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkInputActivity.java
300
String
lengthLimit
= String.valueOf(minLen);
302
lengthLimit
= minLen + " - " + maxLen;
304
numOfCharsView.setText(
lengthLimit
);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp
133
unsigned
lengthLimit
= textLengthLimitForContainer(task.parent.get());
134
if (previousText->length() + newText->length() <
lengthLimit
) {
241
unsigned
lengthLimit
= textLengthLimitForContainer(pendingText.parent.get());
246
unsigned proposedBreakIndex = std::min(currentPosition +
lengthLimit
, string.length());
[
all
...]
Completed in 151 milliseconds