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

/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp165 const UChar *pIn, *pInLimit; local
175 pInLimit=input+inputLength;
186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
196 } else if(pIn==pInLimit) {
232 const UChar *pIn, *pInLimit; local
239 pInLimit=input+inputLength;
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
285 const char *pIn, *pInLimit; local
294 pInLimit
[all...]

Completed in 152 milliseconds