Lines Matching refs:expected1
915 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; in TestSkip() local
919 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSkip()
927 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; in TestSkip() local
931 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestSkip()
1331 static const UChar expected1[] = { 0x0031, 0x4e8c,}; in TestStop() local
1335 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestStop()
1342 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; in TestStop() local
1346 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestStop()
1621 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; in TestSub() local
1625 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSub()
1632 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; in TestSub() local
1636 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestSub()