Searched refs:pivotLimit (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp287 UChar *pivotSource, *pivotTarget, *pivotLimit; local
299 pivotLimit=pivot+testcase.pivotLength;
308 pivot, &pivotSource, &pivotTarget, pivotLimit,
/external/icu4c/common/
H A Ducnv.c2046 UChar **pivotTarget, const UChar *pivotLimit,
2102 pivotLimit=pivotBuffer+CHUNK_SIZE;
2103 } else if( pivotStart>=pivotLimit ||
2106 pivotLimit==NULL
2170 if(convert!=NULL && (pivotLimit-pivotStart)>32) {
2171 pivotLimit=pivotStart+32;
2187 toUArgs.targetLimit=pivotLimit;
2250 if(ucnv_outputOverflowToUnicode(sourceCnv, pivotTarget, pivotLimit, NULL, pErrorCode)) {
2350 /* toUArgs.targetLimit=pivotLimit; already set before the loop */
2042 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
/external/icu4c/common/unicode/
H A Ducnv.h1402 * It must be pivotStart<=*pivotSource<=*pivotTarget<=pivotLimit
1403 * and pivotStart<pivotLimit (unless pivotStart==NULL).
1404 * @param pivotLimit Pointer to the first unit after the pivot buffer.
1433 UChar **pivotTarget, const UChar *pivotLimit,
/external/icu4c/test/intltest/
H A Dconvtest.cpp1163 UChar *pivotSource, *pivotTarget, *pivotLimit; local
1184 pivotLimit=pivotBuffer+LENGTHOF(pivotBuffer);
1192 pivotLimit=pivotBuffer+step;
1204 pivotBuffer, &pivotSource, &pivotTarget, pivotLimit,
/external/webkit/JavaScriptCore/icu/unicode/
H A Ducnv.h1292 * It must be pivotStart<=*pivotSource<=*pivotTarget<=pivotLimit
1293 * and pivotStart<pivotLimit (unless pivotStart==NULL).
1294 * @param pivotLimit Pointer to the first unit after the pivot buffer.
1323 UChar **pivotTarget, const UChar *pivotLimit,
/external/webkit/JavaScriptGlue/icu/unicode/
H A Ducnv.h1292 * It must be pivotStart<=*pivotSource<=*pivotTarget<=pivotLimit
1293 * and pivotStart<pivotLimit (unless pivotStart==NULL).
1294 * @param pivotLimit Pointer to the first unit after the pivot buffer.
1323 UChar **pivotTarget, const UChar *pivotLimit,
/external/webkit/WebCore/icu/unicode/
H A Ducnv.h1292 * It must be pivotStart<=*pivotSource<=*pivotTarget<=pivotLimit
1293 * and pivotStart<pivotLimit (unless pivotStart==NULL).
1294 * @param pivotLimit Pointer to the first unit after the pivot buffer.
1323 UChar **pivotTarget, const UChar *pivotLimit,
/external/icu4c/test/cintltst/
H A Dccapitst.c2171 const UChar *pivotLimit; local
2189 pivotLimit=pivotBuffer+chunkSize;
2212 pivotBuffer, &pivotSource, &pivotTarget, pivotLimit,
2374 /* pivotLimit==pivotStart */
2380 log_err("ucnv_convertEx(pivotLimit==pivotStart) sets %s\n", u_errorName(errorCode));

Completed in 4239 milliseconds