Home | History | Annotate | Download | only in utfperf

Lines Matching defs:pIn

165         const UChar *pIn, *pInLimit;
174 pIn=input;
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;
238 pIn=input;
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
285 const char *pIn, *pInLimit;
293 pIn=input8;
307 &pIn, pInLimit,