Searched refs:limit (Results 276 - 300 of 4587) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.h186 * parse characters at or after limit.
197 * @param limit pointer past the last character of the rule.
200 int32_t parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
236 * @param limit pointer past the last character of the rule.
239 static UBool resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit);
246 * @param limit pointer past the last character of the rule.
250 int32_t parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
H A Drbt_pars.cpp154 ParsePosition& pos, int32_t limit) const;
207 ParsePosition& pos, int32_t limit) const {
211 while (i < limit) {
303 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
305 int32_t parseSection(const UnicodeString& rule, int32_t pos, int32_t limit,
357 * Parse one side of a rule, stopping at either the limit,
360 * if limit was reached, limit
362 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { argument
365 pos = parseSection(rule, pos, limit, tex
397 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) argument
926 int32_t limit = rule.length(); local
1199 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) argument
1213 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
1267 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
[all...]
H A Dfuncrepl.h84 int32_t limit,
H A Dquant.h52 * matching. On output, the limit of the matched text. The
57 * @param limit the limit index of text to be matched. Greater
60 * considered for matching will be text.charAt(limit-1) in the
61 * forward direction or text.charAt(limit+1) in the backward
64 * be inserted at limit and check for partial matching. Otherwise
72 int32_t limit,
H A Dstrrepl.h125 int32_t limit,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dutrans.h102 * as context. The second region, [start, limit), defines what
110 * <p>contextStart <= start <= limit <= contextLimit
157 int32_t limit; member in struct:UTransPosition
368 * limit</code>.
369 * @param limit pointer to the ending index, exclusive; <code>start <=
370 * limit <= repFunc->length(rep)</code>. Upon return, *limit will
371 * contain the new limit index. The text previously occupying
372 * <code>[start, limit)</code> has been transliterated, possibly to a
374 * </code><em>new-limit</e
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc60 void SetStackSizeLimitInBytes(uptr limit) { argument
62 rlim.rlim_cur = limit;
63 rlim.rlim_max = limit;
/external/icu/icu4c/source/common/
H A Ddictionarydata.h72 int32_t limit, int32_t *values = NULL) const = 0;
85 int32_t limit, int32_t *values = NULL) const;
102 int32_t limit, int32_t *values = NULL) const;
H A Dpropsvec.c30 int32_t columns; /* number of columns, plus two for start & limit values */
54 columns+=2; /* count range start and limit columns */
95 int32_t columns, i, start, limit, prevRow; local
98 limit=pv->rows;
133 while(start<limit-1) {
134 i=(start+limit)/2;
137 limit=i;
159 UChar32 limit; local
177 limit=end+1;
181 column+=2; /* skip range start and limit column
337 UChar32 start, limit; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
132 offsets.limit += delta;
133 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit;
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 Drbt_pars.h186 * parse characters at or after limit.
197 * @param limit pointer past the last character of the rule.
200 int32_t parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
236 * @param limit pointer past the last character of the rule.
239 static UBool resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit);
246 * @param limit pointer past the last character of the rule.
250 int32_t parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
H A Dutf8collationiterator.cpp145 return limit;
209 } else if(state == IN_FCD_SEGMENT && pos != limit) {
289 } else if(state == IN_FCD_SEGMENT && pos != limit) {
361 (state == IN_FCD_SEGMENT && pos == limit) ||
366 if(pos == limit) {
368 } else { // pos < limit
378 start = pos = limit;
419 limit = pos;
430 limit = pos;
432 U_ASSERT(pos != limit);
[all...]
H A Drbt_pars.cpp154 ParsePosition& pos, int32_t limit) const;
207 ParsePosition& pos, int32_t limit) const {
211 while (i < limit) {
303 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
305 int32_t parseSection(const UnicodeString& rule, int32_t pos, int32_t limit,
357 * Parse one side of a rule, stopping at either the limit,
360 * if limit was reached, limit
362 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { argument
365 pos = parseSection(rule, pos, limit, tex
397 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) argument
926 int32_t limit = rule.length(); local
1199 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) argument
1213 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
1267 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/layoutex/layout/
H A Dplruns.h43 * and limit indices.
49 * @param limits is the address of an array of limit indices. This array must remain valid until
62 * Construct an empty <code>pl_fontRuns</code> object. Clients can add font and limit
65 * @param initialCapacity is the initial size of the font and limit indices arrays. If
91 * @return the number of entries in the limit indices array.
109 * Get the limit index for the last font run. This is the
114 * @return the last limit index.
122 * Get the limit index for a particular font run.
125 * @param run is the run. This is an index into the limit index array.
127 * @return the limit inde
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DUuidBasedProtectionSystemSpecificHeaderBox.java41 return 24 + protectionSpecificHeader.getData().limit();
56 IsoTypeWriter.writeUInt32(byteBuffer, data.limit());
99 sb.append(", dataSize=").append(protectionSpecificHeader.getData().limit());
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c565 pBiDi->paras[pBiDi->paraCount-1].limit=i;
611 pBiDi->paras[pBiDi->paraCount-1].limit=originalLength;
640 if(pindex<pBiDi->paras[i].limit)
668 bd->isoRuns[0].limit=0;
687 bd->isoRuns[0].limit=0;
704 pLastIsoRun->limit=pLastIsoRun->start;
715 lastLimit=pLastIsoRun->limit;
718 pLastIsoRun->start=pLastIsoRun->limit=lastLimit;
735 if(pLastIsoRun->limit>=bd->openingsCount) { /* no available new entry */
737 if(!getInitialOpeningsMemory(pBiDi, pLastIsoRun->limit *
1018 int32_t paraIndex, start, limit; local
1034 int32_t paraIndex, start, limit; local
1744 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, int32_t start, int32_t limit) argument
2010 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) argument
2257 start, limit, step, indexOddBit, logicalPos, local
2631 int32_t start, limit=0; local
[all...]
H A Dutrie.cpp261 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, argument
265 pLimit=block+limit;
282 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { argument
284 * repeat value in [start..limit[
293 (uint32_t)start>0x10ffff || (uint32_t)limit>0x110000 || start>limit
297 if(start==limit) {
312 if(nextStart<=limit) {
317 utrie_fillBlock(trie->data+block, start&UTRIE_MASK, limit&UTRIE_MASK,
324 rest=limit
721 UChar32 limit; local
936 int32_t actualLength, latin1Length, i, limit; local
[all...]
/external/e2fsprogs/e2fsck/
H A Drehash.c521 limits->limit = (fs->blocksize - 32) / sizeof(struct ext2_dx_entry);
539 limits->limit = (fs->blocksize - 8) / sizeof(struct ext2_dx_entry);
556 struct ext2_dx_countlimit *root_limit, *limit; local
566 c1 = root_limit->limit;
583 limit = 0;
589 if (limit)
590 limit->limit = limit->count =
591 ext2fs_cpu_to_le16(limit
[all...]
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlRequest.java43 * @param limit Maximum size of the downloaded response (post gzip)
48 void setContentLengthLimit(long limit, boolean cancelEarly); argument
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvarint_bigendian.h69 // int32_t value = VarintBE<int32_t>::Parse(&ptr, limit);
87 // in [ptr,limit-1] and convert it into a signed, non-negative 32-bit
88 // integer. Never reads a character at or beyond limit.
92 // a <SignedIntegerType>) would require reading past limit,
94 // If limit == NULL, returns RESULT_ERROR.
95 // If limit < *ptr, returns RESULT_END_OF_DATA.
96 static SignedIntegerType Parse(const char* limit, const char** ptr);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftsystem.h316 * limit ::
334 unsigned char* limit; member in struct:FT_StreamRec_
/external/chromium_org/third_party/freetype/src/psaux/
H A Dafmparse.h34 FT_Byte* limit );
/external/chromium_org/third_party/icu/source/samples/translit/answers/
H A Dunaccent.cpp45 while (index.start < index.limit) {
/external/chromium_org/third_party/icu/source/samples/translit/
H A Dunaccent.cpp47 while (index.start < index.limit) {

Completed in 8266 milliseconds

<<11121314151617181920>>