Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSurroundingText.cpp42 SurroundingText::SurroundingText(const Range& range, unsigned maxLength) in SurroundingText()
49 SurroundingText::SurroundingText(const Position& position, unsigned maxLength) in SurroundingText()
56 …ingText::initialize(const Position& startPosition, const Position& endPosition, unsigned maxLength) in initialize()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSurroundingText.cpp40 …WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLength) in initialize()
49 void WebSurroundingText::initialize(const WebRange& webRange, size_t maxLength) in initialize()
DWebInputElement.cpp85 int WebInputElement::maxLength() const in maxLength() function in blink::WebInputElement
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DEditTextTest.java32 int maxLength = anyInteger(); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local
80 private AttributeSet attributeSetWithMaxLength(int maxLength) { in attributeSetWithMaxLength()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DMediaQueryInputStream.h27 inline size_t maxLength() in maxLength() function
/external/apache-http/src/org/apache/commons/codec/language/
DSoundex.java94 private int maxLength = 4; field in Soundex
231 public void setMaxLength(int maxLength) { in setMaxLength()
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp78 int32_t maxLength; member in __anon152eccaa0111::LargestGaps
109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
/external/chromium_org/third_party/icu/source/tools/toolutil/
Ddenseranges.cpp78 int32_t maxLength; member in __anonaaef9b360111::LargestGaps
109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowEditText.java17 private int maxLength = Integer.MAX_VALUE; field in ShadowEditText
/external/proguard/src/proguard/classfile/editor/
DVariableCleaner.java211 int maxLength = startPCs[localVariableInfo.u2index] - in trimLocalVariables() local
245 int maxLength = startPCs[localVariableTypeInfo.u2index] - in trimLocalVariableTypes() local
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseTextInputType.cpp35 int BaseTextInputType::maxLength() const in maxLength() function in blink::BaseTextInputType
DTextFieldInputType.cpp388 static String limitLength(const String& string, unsigned maxLength) in limitLength()
422 … unsigned maxLength = static_cast<unsigned>(this->maxLength()); // maxLength can never be negative. in handleBeforeTextInsertedEvent() local
/external/icu/icu4c/source/common/
Ddictionarydata.cpp43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches()
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
/external/chromium_org/third_party/icu/source/common/
Ddictionarydata.cpp43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches()
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSink.java46 int maxLength = Math.min(available(), (int) byteCount); in skip() local
/external/guava/guava/src/com/google/common/hash/
DHashCode.java64 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo()
/external/chromium_org/components/test/data/json_schema/
Dcomplex_schema.json13 "maxLength": 10, number
/external/smack/src/org/xbill/DNS/
DMessage.java403 int maxLength) in sectionToWire()
428 toWire(DNSOutput out, int maxLength) { in toWire()
507 toWire(int maxLength) { in toWire()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp87 size_t maxLength = std::max(fromLength, toLength); in blend() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSettingsUI.js96 WebInspector.SettingsUI.createSettingInputField = function(label, setting, numeric, maxLength, widt… argument
/external/clang/lib/Driver/
DWindowsToolChain.cpp90 char *value, size_t maxLength) { in getSystemRegistryString()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.cpp315 String HTMLTextAreaElement::sanitizeUserInputValue(const String& proposedValue, unsigned maxLength) in sanitizeUserInputValue()
447 int HTMLTextAreaElement::maxLength() const in maxLength() function in blink::HTMLTextAreaElement
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshaderapi.c146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string()
675 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, in get_shader_source()
1152 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, in _mesa_GetInfoLogARB()
1240 _mesa_GetShaderSourceARB(GLhandleARB shader, GLsizei maxLength, in _mesa_GetShaderSourceARB()
/external/mesa3d/src/mesa/main/
Dshaderapi.c146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string()
675 get_shader_source(struct gl_context *ctx, GLuint shader, GLsizei maxLength, in get_shader_source()
1152 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, in _mesa_GetInfoLogARB()
1240 _mesa_GetShaderSourceARB(GLhandleARB shader, GLsizei maxLength, in _mesa_GetShaderSourceARB()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstString.java316 public String toQuoted(int maxLength) { in toQuoted()

1234