HomeSort by relevance Sort by last modified time
    Searched refs:limit (Results 351 - 375 of 4660) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 104 private final int limit; field in class:Splitter
111 CharMatcher trimmer, int limit) {
115 this.limit = limit;
258 return new Splitter(strategy, true, trimmer, limit);
263 * stops splitting after it reaches the limit.
264 * The limit defines the maximum number of items returned by the iterator.
267 * {@code Splitter.on(',').limit(3).split("a,b,c,d")} returns an iterable
270 * {@code Splitter.on(',').limit(3).omitEmptyStrings().split("a,,,b,,,c,d")}
273 * {@code Splitter.on(',').limit(3).trimResults().split(" a , b , c , d ")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NullTransliterator.java 32 offsets.start = offsets.limit;
SymbolTable.java 76 * @param limit the index after the last character to be parsed.
80 String parseReference(String text, ParsePosition pos, int limit);
UnicodeMatcher.java 31 * supplied at limit, they might also match.
57 * Matching in the forward direction is indicated by limit &gt;
58 * offset. Characters from offset forwards to limit-1 will be
61 * Matching in the reverse direction is indicated by limit &lt;
62 * offset. Characters from offset backwards to limit+1 will be
65 * If limit == offset then the only match possible is a zero
69 * offset parameter to the limit of the matched substring. In the
76 * matching. On output, the limit of the matched text. The
81 * @param limit the limit index of text to be matched. Greate
    [all...]
  /external/icu/icu4c/source/common/
messageimpl.h 41 * Appends the s[start, limit[ substring to sb, but with only half of the apostrophes
44 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
  /external/icu/icu4c/source/common/unicode/
symtable.h 102 * @param limit the index after the last character to be parsed.
108 ParsePosition& pos, int32_t limit) const = 0;
  /external/icu/icu4c/source/i18n/
nultrans.cpp 31 offsets.start = offsets.limit;
  /external/icu/icu4c/source/i18n/unicode/
unirepl.h 47 * Replace characters in 'text' from 'start' to 'limit' with the
54 * @param limit exclusive end index of text to be replaced;
61 * the characters at offsets start..(limit-1) in text
66 int32_t limit,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SymbolTable.java 80 * @param limit the index after the last character to be parsed.
85 String parseReference(String text, ParsePosition pos, int limit);
UnicodeMatcher.java 32 * supplied at limit, they might also match.
61 * Matching in the forward direction is indicated by limit &gt;
62 * offset. Characters from offset forwards to limit-1 will be
65 * Matching in the reverse direction is indicated by limit &lt;
66 * offset. Characters from offset backwards to limit+1 will be
69 * If limit == offset then the only match possible is a zero
73 * offset parameter to the limit of the matched substring. In the
80 * matching. On output, the limit of the matched text. The
85 * @param limit the limit index of text to be matched. Greate
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NullTransliterator.java 31 offsets.start = offsets.limit;
  /external/iptables/include/linux/netfilter/
xt_connlimit.h 21 unsigned int limit; member in struct:xt_connlimit_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connlimit.h 24 unsigned int limit; member in struct:xt_connlimit_info
  /external/pdfium/third_party/freetype/include/freetype/
ftautoh.h 363 * prop.limit = 14;
390 FT_UInt limit; member in struct:FT_Prop_IncreaseXHeight_
  /external/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java 136 private final int limit; field in class:BoundedByteString.BoundedByteIterator
140 limit = position + size();
144 return (position < limit);
153 if (position >= limit) {
  /external/v8/test/mjsunit/regress/
regress-457935.js 13 function f(limit) {
16 for (; i < limit; i++) {
  /external/valgrind/memcheck/tests/solaris/
brk.stderr.exp 4 Address 0x........ is 0 bytes after the brk data segment limit 0x........
9 Address 0x........ is 0 bytes after the brk data segment limit 0x........
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
SliceHeapByteBufferTest.java 24 buf.position(1).limit(BUFFER_LENGTH-1);
SliceWrappedByteBufferTest.java 24 buf.position(1).limit(BUFFER_LENGTH-1);
  /packages/apps/TV/src/com/android/tv/search/
SearchInterface.java 40 List<SearchResult> search(String query, int limit, int action);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_connlimit.h 22 unsigned int limit; member in struct:xt_connlimit_info
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftautoh.h 363 * prop.limit = 14;
390 FT_UInt limit; member in struct:FT_Prop_IncreaseXHeight_
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_connlimit.h 40 unsigned int limit; member in struct:xt_connlimit_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_connlimit.h 40 unsigned int limit; member in struct:xt_connlimit_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_connlimit.h 40 unsigned int limit; member in struct:xt_connlimit_info

Completed in 1805 milliseconds

<<11121314151617181920>>