HomeSort by relevance Sort by last modified time
    Searched full:maxlength (Results 51 - 75 of 445) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Stk/res/layout/
stk_menu_item.xml 37 android:maxLength="234"
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 288 int signedMaxLength = maxLength();
315 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength)
317 if (maxLength > 0 && U16_IS_LEAD(proposedValue[maxLength - 1]))
318 --maxLength;
319 return proposedValue.left(maxLength);
447 int HTMLTextAreaElement::maxLength() const
491 return locale().validationMessageTooLongText(computeLengthForSubmission(value()), maxLength());
516 // longer than maxLength.
520 int max = maxLength();
    [all...]
HTMLTextAreaElement.h 50 int maxLength() const;
80 static String sanitizeUserInputValue(const String&, unsigned maxLength);
HTMLTextAreaElement.idl 28 [RaisesException=Setter] attribute long maxLength;
  /external/smack/src/org/xbill/DNS/
Message.java 22 public static final int MAXLENGTH = 65535;
403 int maxLength)
418 if (out.current() > maxLength) {
428 toWire(DNSOutput out, int maxLength) {
429 if (maxLength < Header.LENGTH)
434 int tempMaxLength = maxLength;
499 * could happen if maxLength is smaller than a DNS header, for example.
500 * @param maxLength The maximum length of the message.
507 toWire(int maxLength) {
509 toWire(out, maxLength);
    [all...]
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 146 int maxLength = 0;
151 maxLength = Math.max(maxLength, merged.getLength());
155 assertTrue(maxLength + " < " + maxExpectedLength, maxLength < maxExpectedLength);
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.html 32 maxlength="8" size="14">
68 maxlength="8" size="14">
89 maxlength="8" size="14">
96 maxlength="8" size="14">
104 maxlength="8" size="14">
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 90 size_t maxLength = deflateBound(m_stream.get(), length);
93 m_buffer.grow(writePosition + maxLength);
94 setStreamParameter(m_stream.get(), data, length, m_buffer.data() + writePosition, maxLength);
98 m_buffer.shrink(writePosition + maxLength - m_stream->avail_out);
99 maxLength *= 2;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 388 static String limitLength(const String& string, unsigned maxLength)
390 unsigned newLength = std::min(maxLength, string.length());
405 // Make sure that the text to be inserted will not violate the maxLength.
422 unsigned maxLength = static_cast<unsigned>(this->maxLength()); // maxLength can never be negative.
423 unsigned appendableLength = maxLength > baseLength ? maxLength - baseLength : 0;
425 // Truncate the inserted text to avoid violating the maxLength and other constraints.
  /external/chromium_org/components/json_schema/
json_schema_validator_unittest.cc 73 " \"maxLength\": -1" // Must be >= 0.
101 " \"maxLength\": 100,"
  /external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h 64 BLINK_EXPORT int maxLength() const;
81 // Exposes the default value of the maxLength attribute.
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 110 maxLength:deviceNameLength encoding:NSUTF8StringEncoding];
119 maxLength:deviceUniqueIDLength encoding:NSUTF8StringEncoding];
video_capture_qtkit_objc.mm 76 maxLength:1024
83 maxLength:1024
86 maxLength:1024
  /external/zopfli/src/zopfli/
cache.c 85 unsigned maxlength = ZopfliMaxCachedSublen(lmc, pos, length); local
99 if (length == maxlength) break;
  /packages/apps/Settings/res/layout/
wifi_ap_dialog.xml 54 android:maxLength="32" />
91 android:maxLength="63"
bluetooth_device_settings_header.xml 43 android:maxLength="@integer/bluetooth_name_length"
  /packages/apps/Settings/src/com/android/settings/
SetupChooseLockPassword.java 42 int minLength, final int maxLength, boolean requirePasswordToDecrypt,
45 maxLength, requirePasswordToDecrypt, confirmCredentials);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 41 const int maxLength, int *const outBuffer, int *const pos);
45 const int maxLength, int *const pos);
  /external/chromium_org/tools/grit/grit/testdata/
password.html 26 <td align=middle>Password required:&nbsp;&nbsp;<input maxLength=80 size=30 type=password name=pw value="">
  /packages/apps/Mms/res/layout/
edit_slide_duration.xml 48 android:maxLength="4"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/shortcut/
shortcut_list_reading_utils.h 57 static int readShortcutTarget(const uint8_t *const dictRoot, const int maxLength,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
byte_array_utils.h 176 const int maxLength, int *const outBuffer, int *const pos) {
179 while (NOT_A_CODE_POINT != codePoint && length < maxLength) {
188 const uint8_t *const buffer, const int maxLength, int *const pos) {
191 while (NOT_A_CODE_POINT != codePoint && length < maxLength) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModule.cpp 137 void InjectedScriptCanvasModule::traceLog(ErrorString* errorString, const TraceLogId& traceLogId, const int* startOffset, const int* maxLength, RefPtr<TraceLog>* traceLog)
143 if (maxLength)
144 function.appendArgument(*maxLength);
  /external/chromium_org/third_party/icu/source/common/
dictionarydata.h 71 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
84 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
101 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
  /external/icu/icu4c/source/common/
dictionarydata.h 71 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
84 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
101 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,

Completed in 508 milliseconds

1 23 4 5 6 7 8 91011>>