Home | History | Annotate | Download | only in base

Lines Matching refs:x81

189   EXPECT_TRUE(IsStringUTF8("\xc2\x81"));
192 EXPECT_TRUE(IsStringUTF8("a\xc2\x81\xe1\x80\xbf\xf1\x80\xa0\xbf"));
202 EXPECT_FALSE(IsStringUTF8("\xc1\x80\xc1\x81")); // "AB"
1466 unsigned char bytes[] = {0x01, 0xff, 0x02, 0xfe, 0x03, 0x80, 0x81};