Home
last modified time | relevance | path

Searched refs:utf8_string (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/gio/
Dglocalfileinfo.c1036 char *utf8_string; in convert_pwd_string_to_utf8() local
1040 utf8_string = g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL); in convert_pwd_string_to_utf8()
1041 if (utf8_string == NULL) in convert_pwd_string_to_utf8()
1042 utf8_string = make_valid_utf8 (pwd_str); in convert_pwd_string_to_utf8()
1045 utf8_string = g_strdup (pwd_str); in convert_pwd_string_to_utf8()
1047 return utf8_string; in convert_pwd_string_to_utf8()
/external/chromium/third_party/icu/source/test/intltest/
Dustrtest.cpp1849 U_STD_NSQ string utf8_string((const char *)utf8, sizeof(utf8)); in TestUTF8() local
1850 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); in TestUTF8()
/external/icu4c/test/intltest/
Dustrtest.cpp1866 U_STD_NSQ string utf8_string((const char *)utf8, sizeof(utf8)); in TestUTF8() local
1867 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); in TestUTF8()
/external/protobuf/src/google/protobuf/
Dunittest.proto471 optional string utf8_string = 6 [default = "\341\210\264"]; field
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py472 self.assertEqual(u'\u1234', proto.utf8_string)