Home
last modified time | relevance | path

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

1234

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DValidations.java28 public static void assertLengthInRange(int length, String name, int minLength, int maxLength) { in assertLengthInRange()
41 public static void assertLengthInRange(String input, String name, int minLength, int maxLength) { in assertLengthInRange()
43 assertLengthInRange(input.length(), name, minLength, maxLength); in assertLengthInRange() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryMatcher.java30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java24 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DBytesDictionaryMatcher.java45 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DCharsetMatch.java89 public String getString(int maxLength) throws java.io.IOException { in getString()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryMatcher.java31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java25 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DBytesDictionaryMatcher.java46 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DCharsetMatch.java84 public String getString(int maxLength) throws java.io.IOException { in getString()
/external/guava/guava/src/com/google/common/hash/
DHashCode.java89 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo()
96 abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); in writeBytesToImpl()
160 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
224 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
301 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
/external/vogar/src/vogar/commands/
DVmCommandBuilder.java47 private int maxLength = -1; field in VmCommandBuilder
118 public VmCommandBuilder maxLength(int maxLength) { in maxLength() method in VmCommandBuilder
DCommand.java254 private int maxLength = -1; field in Command.Builder
301 public Builder maxLength(int maxLength) { in maxLength() method in Command.Builder
/external/python/pyasn1/pyasn1/codec/cer/
Dencoder.py39 maxLength = 19 variable in TimeEncoderMixIn
75 maxLength = 19 variable in GeneralizedTimeEncoder
80 maxLength = 14 variable in UTCTimeEncoder
/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.cpp80 int32_t maxLength; member in __anonad6e121c0111::LargestGaps
111 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
/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/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLBIOSink.java50 int maxLength = Math.min(available(), (int) byteCount); in skip() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLBIOSink.java49 int maxLength = Math.min(available(), (int) byteCount); in skip() local
/external/icu/icu4c/source/common/
Ddictionarydata.cpp45 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DSpeechActivity.java234 int maxLength = recordingBuffer.length; in record() local
295 int maxLength = recordingBuffer.length; in recognize() local
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DSpeechActivity.java257 int maxLength = recordingBuffer.length; in record() local
317 int maxLength = recordingBuffer.length; in recognize() local
/external/pdfium/fxjs/xfa/
Dcjx_exdata.cpp45 void CJX_ExData::maxLength(CFXJSE_Value* pValue, in maxLength() function in CJX_ExData
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEditTextTest.java47 int maxLength = anyInteger(); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageTagParser.java553 …g, List<String>> expandMap(Map<String, String> newLocaleExtensions, int minLength, int maxLength) { in expandMap()
559 result.put(entry.getKey(), split(entry.getValue(), minLength, maxLength)); in expandMap() local
564 private List<String> split(String value, int minLength, int maxLength) { in split()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DBinaryTree.java121 int maxLength = 0; in decode() local

1234