Searched refs:limit (Results 226 - 250 of 4587) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c32 UChar32 start, limit; member in struct:SetRange
39 * value is set from the previous boundary's limit to before
40 * this boundary's limit
42 * There must be an entry with limit 0 and the intialValue.
43 * It may be preceded by an entry with negative limit and the errorValue.
46 UChar32 limit; member in struct:CheckRange
53 for(i=0; i<countCheckRanges && checkRanges[i].limit<=0; ++i) {}
61 if(i<countCheckRanges && checkRanges[i].limit<0) {
66 if(i<countCheckRanges && checkRanges[i].limit==0) {
85 UChar32 limit local
115 UChar32 start, limit; local
275 const UChar *p, *limit; local
373 const uint8_t *p, *limit; local
803 UChar32 start, limit; local
1290 UChar32 start, limit; local
[all...]
H A Dutransts.c95 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, argument
98 int32_t newLen = Xlength(rep) + limit - start + textLength;
102 u_strcpy(newText + start + textLength, x->text + limit);
108 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { argument
110 int32_t newLen = Xlength(rep) + limit - start;
113 u_strncpy(newText + dest, x->text + start, limit - start);
114 u_strcpy(newText + dest + limit - start, x->text + dest);
120 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { argument
122 int32_t len = limit - start;
495 int32_t limit; local
680 int32_t limit; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c92 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, argument
95 int32_t newLen = Xlength(rep) + limit - start + textLength;
99 u_strcpy(newText + start + textLength, x->text + limit);
105 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { argument
107 int32_t newLen = Xlength(rep) + limit - start;
110 u_strncpy(newText + dest, x->text + start, limit - start);
111 u_strcpy(newText + dest + limit - start, x->text + dest);
117 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { argument
119 int32_t len = limit - start;
492 int32_t limit; local
612 int32_t limit; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DIndefiniteLengthInputStream.java17 int limit)
20 super(in, limit);
15 IndefiniteLengthInputStream( InputStream in, int limit) argument
/external/chromium_org/base/strings/
H A Dutf_offset_string_conversions.h108 // which is greater than |limit| with npos. Typically this is called with a
113 explicit LimitOffset(size_t limit) argument
114 : limit_(limit) {}
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.cc67 int32 limit = local
74 if (pending > 0 && pending >= limit) {
79 // prevent deadlock when command size is greater than the flush limit.
80 limit -= pending;
81 limit = limit < waiting_count ? waiting_count : limit;
83 immediate_entry_count_ > limit ? limit : immediate_entry_count_;
/external/chromium_org/third_party/freetype/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/chromium_org/third_party/icu/source/common/
H A Dbmpset.h45 * It must be s<limit and spanCondition==0 or 1.
48 const UChar *span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
52 * It must be s<limit and spanCondition==0 or 1.
55 const UChar *spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Desctrn.cpp136 int32_t limit = pos.limit; local
142 while (start < limit) {
167 limit += buf.length() - charLen;
170 pos.contextLimit += limit - pos.limit;
171 pos.limit = limit;
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dbitset.cpp58 int32_t* limit = data + newLen; local
59 while (p < limit) *p++ = 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache_Globals.h69 int setCacheCountLimit(int limit);
72 size_t setCacheSizeLimit(size_t limit);
74 // returns true if this cache is over-budget either due to size limit
75 // or count limit.
/external/freetype/include/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/icu/icu4c/source/common/
H A Dbmpset.h45 * It must be s<limit and spanCondition==0 or 1.
48 const UChar *span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
52 * It must be s<limit and spanCondition==0 or 1.
55 const UChar *spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
/external/icu/icu4c/source/i18n/
H A Desctrn.cpp136 int32_t limit = pos.limit; local
142 while (start < limit) {
167 limit += buf.length() - charLen;
170 pos.contextLimit += limit - pos.limit;
171 pos.limit = limit;
H A Duitercollationiterator.cpp102 return limit;
126 } else if(state == ITER_IN_FCD_SEGMENT && pos != limit) {
187 } else if(state == ITER_IN_FCD_SEGMENT && pos != limit) {
276 (state == ITER_IN_FCD_SEGMENT && pos == limit) ||
281 if(pos == limit) {
283 } else { // pos < limit
294 iter.move(&iter, limit - start, UITER_CURRENT);
296 start = limit;
336 limit = pos + s.length();
347 limit
[all...]
/external/icu/icu4c/source/test/perf/usetperf/
H A Dbitset.cpp58 int32_t* limit = data + newLen; local
59 while (p < limit) *p++ = 0;
/external/iptables/extensions/
H A Dlibxt_connlimit.c35 XTOPT_POINTER(s, limit)},
38 XTOPT_POINTER(s, limit)},
136 (info->flags & XT_CONNLIMIT_INVERT) ? "<=" : ">", info->limit);
147 (info->flags & XT_CONNLIMIT_INVERT) ? "<=" : ">", info->limit);
156 printf(" --connlimit-upto %u", info->limit);
158 printf(" --connlimit-above %u", info->limit);
174 printf(" --connlimit-upto %u", info->limit);
176 printf(" --connlimit-above %u", info->limit);
H A Dlibip6t_mh.c81 static const unsigned int limit = ARRAY_SIZE(mh_names); local
82 unsigned int match = limit;
85 for (i = 0; i < limit; i++) {
88 if (match == limit || len == namelen)
93 if (match != limit) {
/external/oprofile/libregex/
H A Dop_regex.h42 * @param limit limit on number of search and replace done
43 * @param limit_defs_expansion limit on number of expansion done
49 regular_expression_replace(size_t limit = 100,
75 * Execute loop at max limit time on the set of regular expression
106 // don't increase too, it have direct impact on performance. This limit
113 size_t limit; member in class:regular_expression_replace
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java17 String orderBy, String limit) {
38 conditionallyAppend(sb, " LIMIT ", limit);
15 buildQueryString(boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
/external/skia/src/core/
H A DSkGlyphCache_Globals.h69 int setCacheCountLimit(int limit);
72 size_t setCacheSizeLimit(size_t limit);
74 // returns true if this cache is over-budget either due to size limit
75 // or count limit.
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc92 OAuthRequestSigner::Parameters::const_iterator limit; local
94 for (cursor = parameters.begin(), limit = parameters.end();
95 cursor != limit;
132 std::string::const_iterator limit; local
138 for (cursor = query.begin(), limit = query.end();
139 cursor != limit;
302 std::string::const_iterator limit; local
303 for (limit = text.end(), cursor = text.begin(); cursor != limit; ++cursor) {
307 if (cursor == limit)
340 std::string::const_iterator limit; local
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigest1Test.java113 int limit = byteBuffer.limit();
116 assertEquals(byteBuffer.limit(), byteBuffer.position());
117 assertEquals(limit, byteBuffer.limit());

Completed in 751 milliseconds

1234567891011>>