Home
last modified time | relevance | path

Searched refs:test_utf8 (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_poplib.py352 def test_utf8(self): member in TestPOP3Class
Dtest_codecs.py2585 def test_utf8(self): member in SurrogateEscapeTest
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2008 test_utf8 = u'Тест'
2009 test_utf8_bytes = test_utf8.encode('utf-8')
2012 proto.Extensions[extension].str = test_utf8
2037 self.assertEqual(message2.str, test_utf8)