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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryInputStream.h 27 inline size_t maxLength()
MediaQueryInputStream.cpp 20 ASSERT((m_offset + lookaheadOffset) <= maxLength());
28 ASSERT(m_offset + offset <= maxLength());
  /external/chromium_org/third_party/WebKit/public/web/
WebSurroundingText.h 53 // The maximum length of the contents retrieved is defined by maxLength.
54 BLINK_EXPORT void initialize(const WebNode&, const WebPoint&, size_t maxLength);
57 // The maximum length of the contents retrieved is defined by maxLength.
59 BLINK_EXPORT void initialize(const WebRange&, size_t maxLength);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowEditTextTest.java 20 hash.put("android:maxLength", "5");
  /libcore/luni/src/test/java/dalvik/system/
VMRuntimeTest.java 27 private void doTestNewNonMovableArray(Class<?> componentType, int step, int maxLength) {
42 for (int i = 0; i <= maxLength; i += step) {
81 private void doTestNewUnpaddedArray(Class<?> componentType, int step, int maxLength) {
96 for (int i = 0; i <= maxLength; i += step) {
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 74 if (builder.maxLength != -1) {
76 if (string.length() > builder.maxLength) {
77 throw new IllegalStateException("Maximum command length " + builder.maxLength
232 private int maxLength = -1;
276 public Builder maxLength(int maxLength) {
277 this.maxLength = maxLength;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseTextInputType.h 39 // They support maxlength, selection functions, and so on.
46 virtual int maxLength() const OVERRIDE FINAL;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/shortcut/
shortcut_list_reading_utils.cpp 47 const uint8_t *const dictRoot, const int maxLength, int *const outWord, int *const pos) {
48 return ByteArrayUtils::readStringAndAdvancePosition(dictRoot, maxLength, outWord, pos);
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 211 int maxLength = startPCs[localVariableInfo.u2index] -
214 if (localVariableInfo.u2length > maxLength)
216 localVariableInfo.u2length = maxLength;
245 int maxLength = startPCs[localVariableTypeInfo.u2index] -
248 if (localVariableTypeInfo.u2length > maxLength)
250 localVariableTypeInfo.u2length = maxLength;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.cpp 70 const NodeFlags flags, const int maxLength, int *const outBuffer, int *const pos) {
73 length = ByteArrayUtils::readStringAndAdvancePosition(buffer, maxLength, outBuffer,
85 } else if (maxLength > 0) {
95 const int maxLength, int *const pos) {
97 return ByteArrayUtils::advancePositionToBehindString(buffer, maxLength, pos);
99 if (maxLength > 0) {
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 94 private int maxLength = 4;
189 * Returns the maxLength. Standard Soundex
195 return this.maxLength;
225 * Sets the maxLength.
228 * @param maxLength
229 * The maxLength to set
231 public void setMaxLength(int maxLength) {
232 this.maxLength = maxLength;
  /libcore/luni/src/main/java/java/net/
Socks4Message.java 183 * it encounters a null value or reaches the maxLength given.
185 private String getString(int offset, int maxLength) {
187 int lastIndex = index + maxLength;
204 private void setString(int offset, int maxLength, String theString) {
206 int length = Math.min(stringBytes.length, maxLength);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SettingsUI.js 88 * @param {number=} maxLength
96 WebInspector.SettingsUI.createSettingInputField = function(label, setting, numeric, maxLength, width, validatorCallback, instant, clearForZero, placeholder)
105 if (maxLength)
106 inputElement.maxLength = maxLength;
263 element.maxLength = 12;
  /packages/apps/Settings/res/layout/
user_dictionary_add_word_fullscreen.xml 33 android:maxLength="@integer/maximum_user_dictionary_word_length" >
64 android:maxLength="@integer/maximum_user_dictionary_word_length" />
dialog_edittext.xml 27 android:maxLength="50"
  /packages/inputmethods/LatinIME/java/res/layout/
user_dictionary_add_word_fullscreen.xml 33 android:maxLength="@integer/config_user_dictionary_max_word_length" >
64 android:maxLength="@integer/config_user_dictionary_max_word_length" />
  /packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_edit.xml 31 android:maxLength="20"/>
42 android:maxLength="20"/>
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_mac.mm 42 if (![ff_library_path getFileSystemRepresentation:buf maxLength:sizeof(buf)])
  /external/chromium_org/components/json_schema/
json_schema_constants.cc 21 const char kMaxLength[] = "maxLength";
  /external/chromium_org/third_party/icu/source/common/
dictionarydata.cpp 43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
69 if (numChars >= maxLength) {
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
133 if (numChars >= maxLength) {
  /external/chromium_org/tools/grit/grit/testdata/
searchbox.html 15 <tr><td nowrap><form name=gs method=GET action='[$~SEARCHURL~$]'><input type=text name=q size=41 maxlength=2048 value="[DISP_QUERY]"><input type=hidden name=ie value="UTF-8">
  /external/icu/icu4c/source/common/
dictionarydata.cpp 43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
69 if (numChars >= maxLength) {
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const {
133 if (numChars >= maxLength) {
  /packages/apps/FMRadio/res/layout/
editstation.xml 35 android:maxLength="60"
  /packages/apps/Launcher2/res/layout/
rename_folder.xml 39 android:maxLength="30"
  /packages/apps/Launcher3/res/layout/
rename_folder.xml 39 android:maxLength="30"

Completed in 1401 milliseconds

12 3 4 5 6 7 8 91011>>