Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uniChar

4961       UChar32 uniChar;
4973 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode);
4977 } else if(source-sourceStart != off[1] - off[0] || uniChar != *results) {
4979 uniChar, (source-sourceStart), *results, *off);
5139 UChar32 uniChar;
5160 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode);
5178 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode);
5183 if (((uint32_t)uniChar - 0xfffe) > 1) /* not 0xfffe<=uniChar<=0xffff */
5240 /* unpaired surrogate plus valid Unichar */
5254 log_err("Unexpected results after unpaired surrogate plus valid Unichar \n");
5257 /* unpaired surrogate plus chopped Unichar */
5271 log_err("Unexpected results after unpaired surrogate plus chopped Unichar \n");
5274 /* unpaired surrogate plus valid non-Unichar */
5288 log_err("Unexpected results after unpaired surrogate plus valid non-Unichar\n");
5291 /* unpaired surrogate plus chopped non-Unichar */
5305 log_err("Unexpected results after unpaired surrogate plus chopped non-Unichar\n");