HomeSort by relevance Sort by last modified time
    Searched refs:utf8_string (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/gio/
glocalfileinfo.c 1036 char *utf8_string; local
1040 utf8_string = g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL);
1041 if (utf8_string == NULL)
1042 utf8_string = make_valid_utf8 (pwd_str);
1045 utf8_string = g_strdup (pwd_str);
1047 return utf8_string;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 472 self.assertEqual(u'\u1234', proto.utf8_string)
    [all...]

Completed in 396 milliseconds