Home | History | Annotate | Download | only in iotest

Lines Matching refs:x65

1160     TestFPrintFormat("%8C", (UChar)0x65, "%8c", (char)'e');
1161 TestFPrintFormat("%-8C", (UChar)0x65, "%-8c", (char)'e');
1328 static const UChar abcUChars[] = {0x61,0x62,0x63,0x63,0x64,0x65,0x66,0x67,0};
1397 static const UChar abcUChars[] = {0x61,0x62,0x63,0x63,0x64,0x65,0x66,0x67,0};
1509 testChar = 0x65; /* 'A' - otherwise read test will fail */