Searched refs:pLIn (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 5162 const char * pLIn = LIn; in TestLMBCS() local 5188 ucnv_toUnicode(cnv, &pUOut,pUOut+1,(const char **)&pLIn,(const char *)(pLIn-1),off,false, &errorCode); in TestLMBCS() 5195 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode); in TestLMBCS() 5203 ucnv_toUnicode(cnv, &pUOut,pUOut+1,(const char **)&pLIn,(const char *)pLIn,off,false, &errorCode); in TestLMBCS() 5208 if ((pUOut != UOut) || (pUIn != UIn) || (pLOut != LOut) || (pLIn != LIn)) in TestLMBCS() 5213 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, in TestLMBCS() [all...] |
Completed in 11 milliseconds