Searched defs:limit (Results 101 - 125 of 934) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp88 int32_t limit = i + 2 + scripts[i + 1]; local
89 for(int32_t j = i + 2; j < limit; ++j) {
92 i = limit;
H A Dcollationrootelements.cpp265 int32_t limit = length - 1; local
266 U_ASSERT(elements[limit] >= PRIMARY_SENTINEL);
267 U_ASSERT(p < elements[limit]);
268 while((start + 1) < limit) {
269 // Invariant: elements[start] and elements[limit] are primaries,
270 // and elements[start]<=p<=elements[limit].
271 int32_t i = (start + limit) / 2;
277 if(j == limit) { break; }
298 // No primary between start and limit.
304 limit
[all...]
H A Dcsrucode.cpp124 int32_t limit = (textIn->fRawLength / 4) * 4; local
130 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) {
134 for(int32_t i = 0; i < limit; i += 4) {
H A Dfuncrepl.cpp80 int32_t limit,
85 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
86 limit = start + len;
89 limit = translit->transliterate(text, start, limit);
91 return limit - start;
78 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& cursor) argument
H A Dinputext.cpp130 int32_t limit = fRawLength; local
132 if (limit > BUFFER_SIZE) {
133 limit = BUFFER_SIZE;
136 for (srci=0; srci<limit; srci++) {
H A Dnortrans.cpp102 // start and limit of the input range
104 int32_t limit = offsets.limit; local
105 if(start >= limit) {
112 * In incremental mode, a chunk that ends with offsets.limit
119 int32_t length = limit - start;
120 _Replaceable_extractBetween(text, start, limit, input.getBuffer(length));
126 text.handleReplaceBetween(start, limit, normalized);
130 offsets.limit += delta;
131 offsets.start = limit
[all...]
H A Dquant.cpp65 int32_t limit,
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
85 if (incremental && offset == limit) {
63 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Duitercollationiterator.h117 * pos & limit are undefined.
121 * The input text [(iter index)..limit[ passes the FCD check.
127 * The input text [start..limit[ passes the FCD check.
132 * The input text [start..limit[ failed the FCD check and was normalized.
134 * The text iterator is at the limit index.
138 * The input text [start..limit[ failed the FCD check and was normalized.
149 int32_t limit; member in class:FCDUIterCollationIterator
H A Duni2name.cpp78 offsets.start = offsets.limit;
85 offsets.start = offsets.limit;
90 int32_t limit = offsets.limit; local
96 while (cursor < limit) {
106 limit += len-clen; // change in length
112 offsets.contextLimit += limit - offsets.limit;
113 offsets.limit = limit;
[all...]
H A Dutf16collationiterator.h37 start(s), pos(p), limit(lim) {}
52 limit = lim;
63 start(NULL), pos(NULL), limit(NULL) {}
76 // limit can be NULL for NUL-terminated strings.
77 const UChar *start, *pos, *limit; member in class:UTF16CollationIterator
118 * To be called when checkDir < 0 || (checkDir == 0 && pos == limit).
119 * Returns with checkDir > 0 || (checkDir == 0 && pos != limit).
125 * To be called when checkDir > 0 && pos != limit.
126 * @return TRUE if success, checkDir == 0 and pos != limit
153 // segmentLimit is undefined. limit
[all...]
H A Dutf8collationiterator.h138 * limit is undefined.
142 * The input text [pos..limit[ passes the FCD check.
148 * The input text [start..limit[ passes the FCD check.
153 * The input text [start..limit[ failed the FCD check and was normalized.
162 int32_t limit; member in class:FCDUTF8CollationIterator
/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/icu/icu4c/source/samples/uciter8/
H A Duit_len8.c86 * The caller must not modify start and limit because they are used internally.
93 * limit UTF-8 length of the string
120 int32_t i, limit, index; local
124 limit=iter->start; /* count up to the UTF-8 index */
125 while(i<limit) {
126 L8_NEXT(s, i, limit, c);
135 if(i==iter->limit) {
149 int32_t i, limit, length; local
158 limit=iter->start;
161 while(i<limit) {
306 int32_t limit=iter->limit; local
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DBlob.java47 public void mark(int limit) { argument
/external/libnl/lib/route/sch/
H A Dfifo.c20 * the configured limit.backlog contains currently enqueued volume in bytes.
24 * exceeds the configured limit.
70 fifo->qf_limit = opt->limit;
86 nl_dump(p, " limit %u packets", fifo->qf_limit);
98 nl_dump(p, " limit %.1f%s", r, unit);
117 opts.limit = fifo->qf_limit;
134 * Set limit of FIFO qdisc.
136 * @arg limit New limit.
139 int rtnl_qdisc_fifo_set_limit(struct rtnl_qdisc *qdisc, int limit) argument
[all...]
H A Dred.c77 red->qr_limit = opts->limit;
97 /* XXX: limit, min, max, flags */
136 opts.limit = sfq->qs_limit;
154 * Set limit of RED qdisc.
156 * @arg limit New limit in number of packets.
159 int rtnl_red_set_limit(struct rtnl_qdisc *qdisc, int limit) argument
167 red->qr_limit = limit;
174 * Get limit of RED qdisc.
/external/libvpx/libvpx/test/
H A Dy4m_video_source.h24 unsigned int start, int limit)
29 limit_(limit),
80 virtual unsigned int limit() const { return limit_; } function in class:libvpx_test::Y4mVideoSource
23 Y4mVideoSource(const std::string &file_name, unsigned int start, int limit) argument
/external/libvpx/libvpx/
H A Dvpxenc.h37 int limit; member in struct:VpxEncoderConfig
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); argument
/external/pcre/dist/sljit/
H A DsljitUtils.c203 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit) argument
214 if (limit > max_limit || limit < 1)
232 /* Align limit and max_limit. */
246 stack->limit = stack->base;
248 if (sljit_stack_resize(stack, stack->base + limit)) {
269 stack->limit = stack->base + limit;
297 aligned_old_limit = (stack->limit + sljit_page_align) & ~sljit_page_align;
308 stack->limit
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftvalid.h91 const FT_Byte* limit; /* `base' + sizeof(table) in memory */ member in struct:FT_ValidatorRec_
109 const FT_Byte* limit,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftvalid.h91 const FT_Byte* limit; /* `base' + sizeof(table) in memory */ member in struct:FT_ValidatorRec_
109 const FT_Byte* limit,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c126 TT_Table limit = entry + face->num_tables;
133 for ( ; entry < limit; entry++ )
142 if ( entry == limit )
186 if (gindex < face->num_locations)/* gindex < face->num_locations */ /* XYQ 2008-11-03 Some ill TT has wrong glyf table size. It seems Adobe ignore the limit. TESTDOC: Bug #6248 - F-2008-18.pdf */
316 FT_Short* limit = cur + face->cvt_size; local
319 for ( ; cur < limit; cur++ )
494 FT_Byte* limit; local
506 limit = p + table_size;
526 /* The limit for `num_records' is a heuristic value. */
539 if ( p + record_size > limit )
[all...]
/external/qemu/android/utils/
H A Dintmap.c83 int limit = map->size + 1; local
88 DUFF4(limit,{
127 int index, limit; local
133 limit = map->size;
135 DUFF4(limit,{
145 map->keys[limit] = key;
146 map->values[limit] = value;
160 int index, limit; local
165 limit = map->size;
167 DUFF4(limit,{
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHtml.java53 public int nextSpanTransition(int start, int limit, Class type) { argument

Completed in 310 milliseconds

1234567891011>>