Lines Matching refs:expected1
912 UChar expected1[] = { 0x0031, 0x4e8c, 0x0061}; in TestSkip() local
916 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSkip()
924 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffe,0xfffe}; in TestSkip() local
928 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestSkip()
1328 static const UChar expected1[] = { 0x0031, 0x4e8c,}; in TestStop() local
1332 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestStop()
1339 static const UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061}; in TestStop() local
1343 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestStop()
1618 UChar expected1[] = { 0x0031, 0x4e8c, 0xfffd, 0xfffd, 0x0061}; in TestSub() local
1622 expected1, UPRV_LENGTHOF(expected1),"utf8", in TestSub()
1629 UChar expected1[] = { 0x00ba, 0x008c, 0x00f8, 0x0061,0xfffd,0xfffd}; in TestSub() local
1633 expected1, UPRV_LENGTHOF(expected1),"SCSU", in TestSub()