Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uniChar

4979       UChar32 uniChar;
4991 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode);
4995 } else if(source-sourceStart != off[1] - off[0] || uniChar != *results) {
4997 uniChar, (source-sourceStart), *results, *off);
5157 UChar32 uniChar;
5178 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode);
5196 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode);
5201 if (((uint32_t)uniChar - 0xfffe) > 1) /* not 0xfffe<=uniChar<=0xffff */
5258 /* unpaired surrogate plus valid Unichar */
5272 log_err("Unexpected results after unpaired surrogate plus valid Unichar \n");
5275 /* unpaired surrogate plus chopped Unichar */
5289 log_err("Unexpected results after unpaired surrogate plus chopped Unichar \n");
5292 /* unpaired surrogate plus valid non-Unichar */
5306 log_err("Unexpected results after unpaired surrogate plus valid non-Unichar\n");
5309 /* unpaired surrogate plus chopped non-Unichar */
5323 log_err("Unexpected results after unpaired surrogate plus chopped non-Unichar\n");