Home | History | Annotate | Download | only in utfperf

Lines Matching defs:pIn

168         const UChar *pIn, *pInLimit;
177 pIn=input;
189 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */
191 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
199 } else if(pIn==pInLimit) {
235 const UChar *pIn, *pInLimit;
241 pIn=input;
250 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
288 const char *pIn, *pInLimit;
296 pIn=input8;
310 &pIn, pInLimit,