Searched refs:UOut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5132 UChar UOut [sizeof(pszUnicode)]; local
5133 UChar * pUOut = UOut;
5173 if ((pUOut != UOut) || (pUIn != UIn) || (pLOut != LOut) || (pLIn != LIn))
5202 if (errorCode != U_BUFFER_OVERFLOW_ERROR || pUOut != UOut + 4 || pLIn != (const char *)pszLMBCS+offsets[4])
5217 pUOut = UOut;
5220 ucnv_toUnicode(cnv, &pUOut,pUOut+sizeof(UOut)/sizeof(UChar),(const char **)&pLIn,(const char *)(pLIn+5),off,TRUE, &errorCode);
5221 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn + 5)
5232 pUOut = UOut;
5234 ucnv_toUnicode(cnv, &pUOut,pUOut+sizeof(UOut)/sizeo
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5137 UChar UOut [sizeof(pszUnicode)]; local
5138 UChar * pUOut = UOut;
5178 if ((pUOut != UOut) || (pUIn != UIn) || (pLOut != LOut) || (pLIn != LIn))
5207 if (errorCode != U_BUFFER_OVERFLOW_ERROR || pUOut != UOut + 4 || pLIn != (const char *)pszLMBCS+offsets[4])
5222 pUOut = UOut;
5225 ucnv_toUnicode(cnv, &pUOut,pUOut+sizeof(UOut)/sizeof(UChar),(const char **)&pLIn,(const char *)(pLIn+5),off,TRUE, &errorCode);
5226 if (UOut[0] != 0xD801 || errorCode != U_TRUNCATED_CHAR_FOUND || pUOut != UOut + 1 || pLIn != LIn + 5)
5237 pUOut = UOut;
5239 ucnv_toUnicode(cnv, &pUOut,pUOut+sizeof(UOut)/sizeo
[all...]

Completed in 320 milliseconds