Home
last modified time | relevance | path

Searched refs:INT32_MAX (Results 1 – 25 of 75) sorted by relevance

123

/external/icu4c/io/
Dsprintf.c109 written = u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf()
124 written = u_vsnprintf_u(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf_u()
135 return u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_vsprintf()
209 return u_vsnprintf_u(buffer, INT32_MAX, patternSpecification, ap); in u_vsprintf_u()
229 count = INT32_MAX; in u_vsnprintf_u()
/external/chromium/third_party/icu/source/io/
Dsprintf.c109 written = u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf()
124 written = u_vsnprintf_u(buffer, INT32_MAX, patternSpecification, ap); in u_sprintf_u()
135 return u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap); in u_vsprintf()
209 return u_vsnprintf_u(buffer, INT32_MAX, patternSpecification, ap); in u_vsprintf_u()
229 count = INT32_MAX; in u_vsnprintf_u()
/external/icu4c/tools/tzcode/
Dprivate.h150 #ifndef INT32_MAX
151 #define INT32_MAX 0x7fffffff macro
154 #define INT32_MIN (-1 - INT32_MAX)
/external/chromium/third_party/icu/source/tools/tzcode/
Dprivate.h150 #ifndef INT32_MAX
151 #define INT32_MAX 0x7fffffff macro
154 #define INT32_MIN (-1 - INT32_MAX)
/external/icu4c/common/
Dfilterednormalizer2.cpp123 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
131 UnicodeString middle(first, suffixStart, INT32_MAX); in normalizeSecondAndAppend()
137 first.replace(suffixStart, INT32_MAX, middle); in normalizeSecondAndAppend()
141 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX)); in normalizeSecondAndAppend()
Dlocutil.cpp110 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen); in canonicalLocaleString()
157 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV); in initLocaleFromName()
Dservrbf.cpp62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV); in handleCreate()
/external/icu4c/samples/ustring/
Dustring.cpp218 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
229 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
240 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
251 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
262 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ in demoCaseMapInC()
/external/icu4c/test/intltest/
Dtsnmfmt.cpp215 tryIt((int32_t)INT32_MAX); in testFormat()
217 tryIt((double)INT32_MAX); in testFormat()
219 tryIt((double)INT32_MAX + 1.0); in testFormat()
263 it = randFraction() * INT32_MAX; in testFormat()
Dustrtest.cpp341 test1.compareCodePointOrder(0, INT32_MAX, test2)<=0 || in TestCompare()
342 test1.compareCodePointOrder(0, INT32_MAX, test2, 0, INT32_MAX)<=0 || in TestCompare()
343 test1.compareCodePointOrderBetween(0, INT32_MAX, test2, 0, INT32_MAX)<=0 || in TestCompare()
372 …if(u[i].compareCodePointOrder(u[i+1])>=0 || u[i].compareCodePointOrder(0, INT32_MAX, u[i+1].getBuf… in TestCompare()
396 …if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_… in TestCompare()
404 …if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_… in TestCompare()
950 if (!test1.endsWith(test3, 0, INT32_MAX)) { in TestPrefixAndSuffix()
1105 test1.insert(3, UNICODE_STRING("dudum ", 6), 0, INT32_MAX); in TestMiscellaneous()
1546 if(test3.remove(0, INT32_MAX).isBogus() || test3.getBuffer()==0 || !test3.isEmpty()) { in TestBogus()
1957 … if(longString.compare(10, INT32_MAX, alias)!=0 || alias.getBuffer()!=longString.getBuffer()+10) { in TestReadOnlyAlias()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Dtsnmfmt.cpp215 tryIt((int32_t)INT32_MAX); in testFormat()
217 tryIt((double)INT32_MAX); in testFormat()
219 tryIt((double)INT32_MAX + 1.0); in testFormat()
263 it = randFraction() * INT32_MAX; in testFormat()
Dustrtest.cpp340 test1.compareCodePointOrder(0, INT32_MAX, test2)<=0 || in TestCompare()
341 test1.compareCodePointOrder(0, INT32_MAX, test2, 0, INT32_MAX)<=0 || in TestCompare()
342 test1.compareCodePointOrderBetween(0, INT32_MAX, test2, 0, INT32_MAX)<=0 || in TestCompare()
371 …if(u[i].compareCodePointOrder(u[i+1])>=0 || u[i].compareCodePointOrder(0, INT32_MAX, u[i+1].getBuf… in TestCompare()
395 …if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_… in TestCompare()
403 …if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_… in TestCompare()
949 if (!test1.endsWith(test3, 0, INT32_MAX)) { in TestPrefixAndSuffix()
1112 test1.insert(3, UNICODE_STRING("dudum ", 6), 0, INT32_MAX); in TestMiscellaneous()
1529 if(test3.remove(0, INT32_MAX).isBogus() || test3.getBuffer()==0 || !test3.isEmpty()) { in TestBogus()
/external/webkit/JavaScriptCore/icu/unicode/
Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/icu4c/common/unicode/
Dumachine.h163 #ifndef INT32_MAX
165 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/webkit/JavaScriptGlue/icu/unicode/
Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/chromium/third_party/icu/public/common/unicode/
Dumachine.h156 #ifndef INT32_MAX
158 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/webkit/WebCore/icu/unicode/
Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/webkit/WebKit/mac/icu/unicode/
Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y89 #ifndef INT32_MAX
90 #define INT32_MAX (0xffffffff) macro
94 #define INT32_MIN (-INT32_MAX-1)
192 if (errno != 0 || p_priority_offset > INT32_MAX)
/external/chromium/third_party/icu/source/i18n/
Dfmtable.cpp354 if (fValue.fInt64 > INT32_MAX) { in getLong()
356 return INT32_MAX; in getLong()
364 if (fValue.fDouble > INT32_MAX) { in getLong()
366 return INT32_MAX; in getLong()
/external/icu4c/i18n/
Dfmtable.cpp397 if (fValue.fInt64 > INT32_MAX) { in getLong()
399 return INT32_MAX; in getLong()
407 if (fValue.fDouble > INT32_MAX) { in getLong()
409 return INT32_MAX; in getLong()
Dregexcmp.cpp2174 if (maxML == INT32_MAX) { in handleCloseParen()
2207 if (maxML == INT32_MAX) { in handleCloseParen()
2445 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()
2458 U_ASSERT(currentLen>=0 && currentLen < INT32_MAX); in matchStartType()
2924 forwardedLength.setElementAt(INT32_MAX, loc); in minMatchLength()
2939 U_ASSERT(currentLen>=0 && currentLen < INT32_MAX); in minMatchLength()
3143 U_ASSERT(currentLen>=0 && currentLen < INT32_MAX); in minMatchLength()
3231 currentLen = INT32_MAX; in maxMatchLength()
3267 currentLen = INT32_MAX; in maxMatchLength()
3297 currentLen = INT32_MAX; in maxMatchLength()
[all …]
/external/chromium/third_party/icu/source/common/
Dlocutil.cpp110 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen); in canonicalLocaleString()
157 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV); in initLocaleFromName()
Dservrbf.cpp62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV); in handleCreate()
/external/icu4c/i18n/unicode/
Ducurr.h202 UCURR_ALL = INT32_MAX,

123