Searched refs:UOut (Results 1 – 1 of 1) sorted by relevance
5135 UChar UOut [sizeof(pszUnicode)]; in TestLMBCS() local5136 UChar * pUOut = UOut; in TestLMBCS()5176 if ((pUOut != UOut) || (pUIn != UIn) || (pLOut != LOut) || (pLIn != LIn)) in TestLMBCS()5205 …if (errorCode != U_BUFFER_OVERFLOW_ERROR || pUOut != UOut + 4 || pLIn != (const char *)pszLMBCS+of… in TestLMBCS()5220 pUOut = UOut; in TestLMBCS()5223 …ucnv_toUnicode(cnv, &pUOut,pUOut+sizeof(UOut)/sizeof(UChar),(const char **)&pLIn,(const char *)(pL… in TestLMBCS()5224 …if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn +… in TestLMBCS()5235 pUOut = UOut; in TestLMBCS()5237 …ucnv_toUnicode(cnv, &pUOut,pUOut+sizeof(UOut)/sizeof(UChar),(const char **)&pLIn,(const char *)(pL… in TestLMBCS()5238 if (UOut[0] != 0xD801 || U_FAILURE(errorCode) || pUOut != UOut + 1 || pLIn != LIn + 3) in TestLMBCS()[all …]