Searched refs:limitLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp388 static String limitLength(const String& string, unsigned maxLength) function in namespace:blink
400 return limitLength(proposedValue.removeCharacters(isASCIILineBreak), HTMLInputElement::maximumLength);
435 event->setText(limitLength(eventText, appendableLength));
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp515 int32_t limitLength=(parentType==UMSGPAT_ARG_TYPE_CHOICE && c==u_rightCurlyBrace) ? 0 : 1; local
516 addLimitPart(msgStart, UMSGPAT_PART_TYPE_MSG_LIMIT, index-1, limitLength,
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp515 int32_t limitLength=(parentType==UMSGPAT_ARG_TYPE_CHOICE && c==u_rightCurlyBrace) ? 0 : 1; local
516 addLimitPart(msgStart, UMSGPAT_PART_TYPE_MSG_LIMIT, index-1, limitLength,

Completed in 2429 milliseconds