Home | History | Annotate | Download | only in test

Lines Matching refs:uchar

21 #include <unicode/uchar.h>
41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) {
44 UChar* source = new UChar[2];
45 UChar* source_end;
46 source[0] = (UChar)uchar;
52 (const UChar**)&source_end, source + sizeof(UChar),
56 uchar, u_errorName(status));