Home | History | Annotate | Download | only in cintltst

Lines Matching defs:pSource

4926        const char * pSource = (const char *)pszLMBCS;
4953 &pSource,
5095 const char * pSource = (const char *)pszLMBCS;
5111 while ((pSource < sourceLimit) && U_SUCCESS (errorCode))
5116 &pSource,
5117 (pSource+1), /* claim that this is a 1- byte buffer */
5124 if ((pSource - (const char *)pszLMBCS) == offsets [codepointCount+1])