Searched refs:pInter (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 170 char *pInter, *pInterLimit; in call() local 190 pInter=intermediate; in call() 191 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); in call() 192 encodedLength+=(int32_t)(pInter-intermediate); in call() 205 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode); in call() 236 char *pInter, *pInterLimit; in call() local 249 pInter=intermediate; in call() 250 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); in call() 251 encodedLength+=(int32_t)(pInter-intermediate); in call() 289 char *pInter, *pInterLimit; in call() local [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.cpp | 3429 const void * const pInter, argument 3436 const char *pSrc = (char*)pInter + (size_t)data.pData;
|