Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 25 of 86) 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.java86 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo()
93 abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); in writeBytesToImpl()
153 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
219 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
300 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
/external/guava/android/guava/src/com/google/common/hash/
DHashCode.java86 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo()
93 abstract void writeBytesToImpl(byte[] dest, int offset, int maxLength); in writeBytesToImpl()
153 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
219 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
300 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() argument
DCommand.java240 private int maxLength = -1; field in Command.Builder
287 public Builder maxLength(int maxLength) { in maxLength() argument
/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 __anon4cf461ba0111::LargestGaps
111 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges() local
/external/perfetto/ui/src/common/
Dcanvas_utils.ts17 const maxLength = Math.floor(rectWidth / charWidth) - 1; constant
/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/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/angle/src/compiler/translator/
DImmutableStringBuilder.h21 ImmutableStringBuilder(size_t maxLength) in ImmutableStringBuilder()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DSpeechActivity.java234 int maxLength = recordingBuffer.length; in record() local
295 int maxLength = recordingBuffer.length; in recognize() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DNoOpCacheEvictor.java38 public void onStartFile(Cache cache, String key, long position, long maxLength) { in onStartFile()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEditTextTest.java47 int maxLength = anyInteger(); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DBinaryTree.java121 int maxLength = 0; in decode() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapStringTest.java146 private static String getRandomString(int maxLength) { in getRandomString()
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageTagParser.java724 …g, List<String>> expandMap(Map<String, String> newLocaleExtensions, int minLength, int maxLength) { in expandMap()
730 result.put(entry.getKey(), split(entry.getValue(), minLength, maxLength)); in expandMap() local
735 private List<String> split(String value, int minLength, int maxLength) { in split()

1234