Home
last modified time | relevance | path

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

123

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryMatcher.java28 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
31 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
DCharsDictionaryMatcher.java21 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DBytesDictionaryMatcher.java42 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
DCharsetMatch.java87 public String getString(int maxLength) throws java.io.IOException { in getString()
DBreakCTDictionary.java171 public int matches(CharacterIterator text, int maxLength, int lengths[], in matches()
/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()
154 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
214 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
286 void writeBytesToImpl(byte[] dest, int offset, int maxLength) { in writeBytesToImpl()
DMessageDigestHashFunction.java49 int maxLength = prototype.getDigestLength(); in MessageDigestHashFunction() local
/external/vogar/src/vogar/commands/
DVmCommandBuilder.java44 private int maxLength = -1; field in VmCommandBuilder
108 public VmCommandBuilder maxLength(int maxLength) { in maxLength() method in VmCommandBuilder
DCommand.java276 private int maxLength = -1; field in Command.Builder
323 public Builder maxLength(int maxLength) { in maxLength() method in Command.Builder
/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/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 __anon05eb6bd30111::LargestGaps
109 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowEditText.java17 private int maxLength = Integer.MAX_VALUE; field in ShadowEditText
/external/jetty/src/java/org/eclipse/jetty/util/
DUrlEncoded.java386 public static void decode88591To(InputStream in, MultiMap map, int maxLength, int maxKeys) in decode88591To()
485 public static void decodeUtf8To(InputStream in, MultiMap map, int maxLength, int maxKeys) in decodeUtf8To()
587 …public static void decodeUtf16To(InputStream in, MultiMap map, int maxLength, int maxKeys) throws … in decodeUtf16To()
600 …public static void decodeTo(InputStream in, MultiMap map, String charset, int maxLength, int maxKe… in decodeTo()
/external/icu/icu4c/source/common/
Ddictionarydata.cpp43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
111 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit, in matches()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSink.java46 int maxLength = Math.min(available(), (int) byteCount); in skip() local
/external/jetty/src/java/org/eclipse/jetty/io/
DBufferCache.java88 public CachedBuffer getBest(byte[] value, int offset, int maxLength) in getBest()
/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()
Dshader_query.cpp81 GLsizei maxLength, GLsizei * length, GLint * size, in _mesa_GetActiveAttribARB()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DCaseIterator.java37 private static int maxLength = 0; field in CaseIterator
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstString.java316 public String toQuoted(int maxLength) { in toQuoted()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java327 int maxLength = log2Norm > 30 ? log2Norm + 4 : 34; in tauAdicNaf() local
714 int maxLength = log2Norm > 30 ? log2Norm + 4 + width : 34 + width; in tauAdicWNaf() local
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArray.java319 int maxLength = size - cursor; in read() local
/external/guava/guava/src/com/google/common/base/
DAscii.java584 public static String truncate(CharSequence seq, int maxLength, String truncationIndicator) { in truncate()

123