Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dutf8-pointer.c30 static void test_utf8 (gconstpointer d) in test_utf8() function
183 g_test_add_data_func ("/utf8/offsets", longline, test_utf8); in main()
Dkeyfile.c1676 test_utf8 (void) in test_utf8() function
1859 g_test_add_func ("/keyfile/utf8", test_utf8); in main()
Dgvariant.c2903 test_utf8 (void) in test_utf8() function
5712 g_test_add_func ("/gvariant/utf8", test_utf8); in main()
/third_party/grpc/third_party/upb/tests/
Dtest_generated_code.c71 static void test_utf8(void) { in test_utf8() function
415 test_utf8(); in run_tests()
/third_party/grpc/third_party/upb/tests/bindings/lua/
Dtest_upb.lua158 function test_utf8() function
423 function test_utf8() function
/third_party/python/Lib/test/
Dtest_poplib.py352 def test_utf8(self): member in TestPOP3Class
Dtest_codecs.py2579 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)