Searched refs:limit (Results 126 - 150 of 4587) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dsymtable.h102 * @param limit the index after the last character to be parsed.
108 ParsePosition& pos, int32_t limit) const = 0;
H A Drep.h44 * offset and a limit offset. The range of characters thus specified
45 * includes the characters at offset start..limit-1. That is, the
46 * start offset is inclusive, and the limit offset is exclusive.
111 * Copies characters in the range [<tt>start</tt>, <tt>limit</tt>)
114 * @param limit offset immediately following the last character to
121 int32_t limit,
130 * limit is equal to the replacement text, that replace has no
137 * <= limit</code>.
138 * @param limit the ending index, exclusive; <code>start <= limit
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunirepl.h47 * 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/chromium_org/third_party/icu/source/samples/layout/
H A DScriptCompositeFontInstance.cpp63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const argument
69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
80 *offset = limit;
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dcomparator.h43 // If *start < limit, changes *start to a short string in [start,limit).
48 const Slice& limit) const = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.h44 int limit; member in struct:VpxEncoderConfig
/external/icu/icu4c/source/common/
H A Dmessageimpl.h41 * 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/
H A Dsymtable.h102 * @param limit the index after the last character to be parsed.
108 ParsePosition& pos, int32_t limit) const = 0;
/external/icu/icu4c/source/i18n/unicode/
H A Dunirepl.h47 * 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/icu4c/source/layout/
H A DCanonShaping.h28 static void sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit);
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const argument
69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
80 *offset = limit;
/external/libvpx/libvpx/
H A Dvpxenc.h37 int limit; member in struct:VpxEncoderConfig
/external/okhttp/okio/src/main/java/okio/
H A DInflaterSource.java67 int bytesInflated = inflater.inflate(tail.data, tail.limit, Segment.SIZE - tail.limit);
69 tail.limit += bytesInflated;
100 bufferBytesHeldByInflater = head.limit - head.pos;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java21 private final int limit; field in class:ASN1InputStream
59 * Create an ASN1InputStream where no DER object will be longer than limit.
62 * @param limit maximum size of a DER encoded object.
66 int limit)
68 this(input, limit, false);
72 * Create an ASN1InputStream where no DER object will be longer than limit, and constructed
86 * Create an ASN1InputStream where no DER object will be longer than limit, and constructed
90 * @param limit maximum size of a DER encoded object.
95 int limit,
99 this.limit
64 ASN1InputStream( InputStream input, int limit) argument
93 ASN1InputStream( InputStream input, int limit, boolean lazyEvaluate) argument
320 readLength(InputStream s, int limit) argument
[all...]
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpstables.h4077 const char* limit )
4084 if ( name == 0 || name >= limit )
4121 if ( name >= limit )
/external/chromium_org/third_party/icu/source/common/
H A Dutil.h69 * <= limit</code>.
70 * @param limit the ending index, exclusive; <code>start <= limit
77 // int32_t start, int32_t limit,
96 * given a range defined as [start, limit), the call
97 * skipWhitespace(text, start, limit) will advance start past leading
98 * whitespace, whereas the call skipWhitespace(text, limit, start),
99 * will back up limit past trailing whitespace.
101 * @param pos either the start or limit of a range of 'text', to skip
103 * @param stop either the limit o
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dfphdlimp.h25 virtual void addAttribute(int32_t id, int32_t start, int32_t limit);
40 virtual void addAttribute(int32_t id, int32_t start, int32_t limit);
64 virtual void addAttribute(int32_t id, int32_t start, int32_t limit);
H A Dremtrans.cpp62 text.handleReplaceBetween(index.start, index.limit, empty);
63 int32_t len = index.limit - index.start;
65 index.limit -= len;
H A Dstrmatch.cpp27 int32_t limit,
35 theString.extractBetween(start, limit, pattern);
90 int32_t limit,
94 if (limit < cursor) {
100 if (cursor > limit &&
108 subm->matches(text, cursor, limit, incremental);
115 // forward start, limit, and only if a prior match does not
123 if (incremental && cursor == limit) {
124 // We've reached the context limit without a mismatch and
131 // Don't need the cursor < limit chec
25 StringMatcher(const UnicodeString& theString, int32_t start, int32_t limit, int32_t segmentNum, const TransliterationRuleData& theData) argument
88 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
218 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& ) argument
[all...]
H A Dstrmatch.h51 * @param limit exclusive end index of text to be replaced;
60 int32_t limit,
99 * matching. On output, the limit of the matched text. The
104 * @param limit the limit index of text to be matched. Greater
107 * considered for matching will be text.charAt(limit-1) in the
108 * forward direction or text.charAt(limit+1) in the backward
111 * be inserted at limit and check for partial matching. Otherwise
119 int32_t limit,
134 * & 0xFF == v, at offset, in the forward direction (with limit >
[all...]
H A Dunesctrn.cpp175 int32_t limit = pos.limit; local
178 while (start < limit) {
197 if (s >= limit) {
221 if (s >= limit) {
244 if (s >= limit) {
263 limit -= s - start - str.length();
276 if (start < limit) {
282 pos.contextLimit += limit - pos.limit;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_loopfilter_16_neon.c49 const uint8_t *limit,
51 vp9_lpf_vertical_16_neon(s, p, blimit, limit, thresh);
52 vp9_lpf_vertical_16_neon(s + 8 * p, p, blimit, limit, thresh);
47 vp9_lpf_vertical_16_dual_neon(uint8_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh) argument
/external/chromium_org/v8/src/
H A Dbackground-parsing-task.cc43 uintptr_t limit = reinterpret_cast<uintptr_t>(&limit) - stack_size_ * KB; local
44 Parser::ParseInfo parse_info = {limit, source_->hash_seed,
/external/freetype/src/psnames/
H A Dpstables.h4077 const char* limit )
4084 if ( name == 0 || name >= limit )
4121 if ( name >= limit )
/external/guava/guava/src/com/google/common/io/
H A DLimitInputStream.java42 * @param limit the maximum number of bytes to be read
44 public LimitInputStream(InputStream in, long limit) { argument
47 Preconditions.checkArgument(limit >= 0, "limit must be non-negative");
48 left = limit;

Completed in 4666 milliseconds

1234567891011>>