Lines Matching refs:pszLMBCS
4769 static const uint8_t pszLMBCS[]={ in TestLMBCS() local
4923 const char * pSource = (const char *)pszLMBCS; in TestLMBCS()
4924 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS); in TestLMBCS()
4935 off[UPRV_LENGTHOF(offsets)-1] = sizeof(pszLMBCS); in TestLMBCS()
4970 const char *source=(const char *)pszLMBCS; in TestLMBCS()
4971 const char *limit=(const char *)pszLMBCS+sizeof(pszLMBCS); in TestLMBCS()
5092 const char * pSource = (const char *)pszLMBCS; in TestLMBCS()
5093 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS); in TestLMBCS()
5121 if ((pSource - (const char *)pszLMBCS) == offsets [codepointCount+1]) in TestLMBCS()
5141 char LIn [sizeof(pszLMBCS)]; in TestLMBCS()
5144 char LOut [sizeof(pszLMBCS)]; in TestLMBCS()
5215 pLIn = (const char *)pszLMBCS; in TestLMBCS()
5216 ucnv_toUnicode(cnv, &pUOut,pUOut+4,&pLIn,(pLIn+sizeof(pszLMBCS)),off,FALSE, &errorCode); in TestLMBCS()
5217 …rCode != U_BUFFER_OVERFLOW_ERROR || pUOut != UOut + 4 || pLIn != (const char *)pszLMBCS+offsets[4]) in TestLMBCS()