Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pszLMBCS

4772     static const uint8_t pszLMBCS[]={
4926 const char * pSource = (const char *)pszLMBCS;
4927 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS);
4938 off[(sizeof(offsets)/sizeof(offsets[0]))-1] = sizeof(pszLMBCS);
4973 const char *source=(const char *)pszLMBCS;
4974 const char *limit=(const char *)pszLMBCS+sizeof(pszLMBCS);
5095 const char * pSource = (const char *)pszLMBCS;
5096 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS);
5124 if ((pSource - (const char *)pszLMBCS) == offsets [codepointCount+1])
5144 char LIn [sizeof(pszLMBCS)];
5147 char LOut [sizeof(pszLMBCS)];
5218 pLIn = (const char *)pszLMBCS;
5219 ucnv_toUnicode(cnv, &pUOut,pUOut+4,&pLIn,(pLIn+sizeof(pszLMBCS)),off,FALSE, &errorCode);
5220 if (errorCode != U_BUFFER_OVERFLOW_ERROR || pUOut != UOut + 4 || pLIn != (const char *)pszLMBCS+offsets[4])