Home | History | Annotate | Download | only in cintltst

Lines Matching defs:pSource

4916        const char * pSource = (const char *)pszLMBCS;
4943 &pSource,
5085 const char * pSource = (const char *)pszLMBCS;
5101 while ((pSource < sourceLimit) && U_SUCCESS (errorCode))
5106 &pSource,
5107 (pSource+1), /* claim that this is a 1- byte buffer */
5114 if ((pSource - (const char *)pszLMBCS) == offsets [codepointCount+1])