Searched refs:limit (Results 151 - 175 of 4587) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/unicode/
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/icu/icu4c/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...]
H A Dubidiln.c129 int32_t start, int32_t limit,
137 RETURN_VOID_IF_BAD_RANGE(start, 0, limit, *pErrorCode);
138 RETURN_VOID_IF_BAD_RANGE(limit, 0, pParaBiDi->length+1, *pErrorCode);
144 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) {
153 length=pLineBiDi->length=limit-start;
164 for(j=start; j<limit; j++) {
187 } else if(pParaBiDi->trailingWSStart<limit) {
479 /* look for the limit run of such a sequence (the run behind it) */
567 int32_t length=pBiDi->length, limit; local
582 limit
128 ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) argument
690 *limit=start+pBiDi->insertPoints.size; local
701 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; local
755 int32_t start, limit, sumOfSosEos; local
818 int32_t start, end, limit, temp; local
946 int32_t i, j, start, limit, length, insertRemove; local
1084 int32_t begin=0, limit=runCount; local
[all...]
H A Dnormalizer2impl.h121 start(NULL), reorderStart(NULL), limit(NULL),
125 str.releaseBuffer((int32_t)(limit-start));
130 UBool isEmpty() const { return start==limit; }
131 int32_t length() const { return (int32_t)(limit-start); }
133 UChar *getLimit() { return limit; }
136 UBool equals(const UChar *start, const UChar *limit) const;
140 *(limit-1)=c;
157 *limit++=c;
160 reorderStart=limit;
173 remainingCapacity+=(int32_t)(limit
208 UChar *start, *reorderStart, *limit; member in class:ReorderingBuffer
[all...]
/external/icu/icu4c/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...]
H A Dtitletrn.cpp79 if (offsets.start >= offsets.limit) {
115 csc.limit = offsets.contextLimit;
121 for(textPos=offsets.start; textPos<offsets.limit;) {
136 // fMap() tried to look beyond the context limit
157 csc.limit=offsets.contextLimit+=delta;
158 offsets.limit+=delta;
H A Dutrans.cpp52 int32_t limit,
56 int32_t limit,
59 virtual void copy(int32_t start, int32_t limit, int32_t dest);
111 int32_t limit,
113 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
117 int32_t limit,
119 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
120 target.releaseBuffer(limit-start);
123 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_ argument
110 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) argument
116 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const argument
[all...]
/external/iproute2/tc/
H A Dq_fifo.c28 fprintf(stderr, "Usage: ... <[p|b]fifo | pfifo_head_drop> [ limit NUMBER ]\n");
38 if (strcmp(*argv, "limit") == 0) {
40 if (get_size(&opt.limit, *argv)) {
41 fprintf(stderr, "Illegal \"limit\"\n");
73 fprintf(f, "limit %s", sprint_size(qopt->limit, b1));
75 fprintf(f, "limit %up", qopt->limit);
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_loopfilter_16_neon.c48 const uint8_t *limit,
50 vp9_lpf_vertical_16_neon(s, p, blimit, limit, thresh);
51 vp9_lpf_vertical_16_neon(s + 8 * p, p, blimit, limit, thresh);
46 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dpstables.h4091 const char* limit )
4098 if ( name == 0 || name >= limit )
4135 if ( name >= limit )
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DAbstractMessageLite.java224 private int limit; field in class:AbstractMessageLite.Builder.LimitedInputStream
226 LimitedInputStream(InputStream in, int limit) { argument
228 this.limit = limit;
233 return Math.min(super.available(), limit);
238 if (limit <= 0) {
243 --limit;
251 if (limit <= 0) {
254 len = Math.min(len, limit);
257 limit
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dubidiln.c129 int32_t start, int32_t limit,
137 RETURN_VOID_IF_BAD_RANGE(start, 0, limit, *pErrorCode);
138 RETURN_VOID_IF_BAD_RANGE(limit, 0, pParaBiDi->length+1, *pErrorCode);
144 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) {
153 length=pLineBiDi->length=limit-start;
164 for(j=start; j<limit; j++) {
187 } else if(pParaBiDi->trailingWSStart<limit) {
479 /* look for the limit run of such a sequence (the run behind it) */
567 int32_t length=pBiDi->length, limit; local
582 limit
128 ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) argument
690 *limit=start+pBiDi->insertPoints.size; local
701 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; local
755 int32_t start, limit, sumOfSosEos; local
818 int32_t start, end, limit, temp; local
946 int32_t i, j, start, limit, length, insertRemove; local
1084 int32_t begin=0, limit=runCount; local
[all...]
H A Dnormalizer2impl.h117 start(NULL), reorderStart(NULL), limit(NULL),
121 str.releaseBuffer((int32_t)(limit-start));
126 UBool isEmpty() const { return start==limit; }
127 int32_t length() const { return (int32_t)(limit-start); }
129 UChar *getLimit() { return limit; }
132 UBool equals(const UChar *start, const UChar *limit) const;
136 *(limit-1)=c;
153 *limit++=c;
156 reorderStart=limit;
169 remainingCapacity+=(int32_t)(limit
204 UChar *start, *reorderStart, *limit; member in class:ReorderingBuffer
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtitletrn.cpp79 if (offsets.start >= offsets.limit) {
115 csc.limit = offsets.contextLimit;
121 for(textPos=offsets.start; textPos<offsets.limit;) {
136 // fMap() tried to look beyond the context limit
157 csc.limit=offsets.contextLimit+=delta;
158 offsets.limit+=delta;
H A Dutrans.cpp51 int32_t limit,
55 int32_t limit,
58 virtual void copy(int32_t start, int32_t limit, int32_t dest);
110 int32_t limit,
112 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
116 int32_t limit,
118 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
119 target.releaseBuffer(limit-start);
122 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_ argument
109 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) argument
115 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const argument
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dfilter_block.cc99 uint32_t limit = DecodeFixed32(offset_ + index*4 + 4); local
100 if (start <= limit && limit <= (offset_ - data_)) {
101 Slice filter = Slice(data_ + start, limit - start);
103 } else if (start == limit) {
/external/chromium_org/third_party/skia/bench/
H A DFontCacheBench.cpp121 for (int limit = 32; limit <= 1024; limit <<= 1) {
127 int count = SkMin32(count_glyphs(array), limit);
132 SkDebugf("hashBits [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs,
/external/skia/bench/
H A DFontCacheBench.cpp131 for (int limit = 32; limit <= 1024; limit <<= 1) {
137 int count = SkMin32(count_glyphs(array), limit);
142 SkDebugf("hashBits [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs,
/external/jpeg/
H A Djmemmac.c122 long limit = cinfo->mem->max_memory_to_use - already_allocated; local
126 if (max_bytes_needed > limit && limit > 0)
127 max_bytes_needed = limit;
139 if (mem > limit && limit > 0)
140 mem = limit;
/external/libnl/src/
H A Ddisabled-nl-qdisc-add.c31 int err, limit; local
34 if (argc != 2 || strcasecmp(argv[0], "limit")) {
35 fprintf(stderr, "Usage: ... pfifo limit <limit>\n");
39 limit = strtoul(argv[1], NULL, 0);
40 err = rtnl_qdisc_fifo_set_limit(qdisc, limit);
52 int err, limit; local
55 if (argc != 2 || strcasecmp(argv[0], "limit")) {
56 fprintf(stderr, "Usage: ... bfifo limit <limit>\
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemmac.c122 long limit = cinfo->mem->max_memory_to_use - already_allocated; local
126 if (max_bytes_needed > limit && limit > 0)
127 max_bytes_needed = limit;
139 if (mem > limit && limit > 0)
140 mem = limit;

Completed in 1088 milliseconds

1234567891011>>