Searched refs:utf8_string (Results 1 – 5 of 5) sorted by relevance
1036 char *utf8_string; in convert_pwd_string_to_utf8() local1040 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()
1849 U_STD_NSQ string utf8_string((const char *)utf8, sizeof(utf8)); in TestUTF8() local1850 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); in TestUTF8()
1866 U_STD_NSQ string utf8_string((const char *)utf8, sizeof(utf8)); in TestUTF8() local1867 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); in TestUTF8()
471 optional string utf8_string = 6 [default = "\341\210\264"]; field
472 self.assertEqual(u'\u1234', proto.utf8_string)