Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dutf8-pointer.c32 static void test_utf8 (gchar *string) in test_utf8() function
107 test_utf8 (longline); in main()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py1213 test_utf8 = u'Тест'
1214 test_utf8_bytes = test_utf8.encode('utf-8')
1217 proto.Extensions[extension].str = test_utf8
1241 self.assertEqual(message2.str, test_utf8)