Lines Matching full:uchar32
66 static const UChar32 src32[]={
144 UChar32 u32Target[400];
210 UChar32 u32Target[400];
216 static const UChar32 expected[] = { 0x5a, 0x50000, 0x7a, 0 };
217 static const UChar32 expected_FFFD[] = { 0x41, 0xfffd, 0x61, 0xfffd, 0x5a, 0x50000, 0x7a, 0 };
218 static const UChar32 expected_12345[] = { 0x41, 0x12345, 0x61, 0x12345, 0x5a, 0x50000, 0x7a, 0 };
395 static const UChar32 surr32[] = { 0x41, 0xd900, 0x61, 0xdc00, -1, 0x110000, 0x5a, 0x50000, 0x7a, 0 };
2002 UChar32 dest32[4]={ 3, 3, 3, 3 };