Home
last modified time | relevance | path

Searched refs:convert_to_utf8 (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/common/
Dparser_impl.cc132 bool convert_to_utf8, in CefURIDecode() argument
136 if (convert_to_utf8) in CefURIDecode()
/third_party/cef/include/
Dcef_parser.h125 bool convert_to_utf8,
/third_party/cef/include/capi/
Dcef_parser_capi.h132 int convert_to_utf8,
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c438 convert_to_utf8 (const gchar * text, gint length, guint start, in convert_to_utf8() function
585 converted_str = convert_to_utf8 (text, length - start_text, start_text, in get_encoding_and_convert()
599 converted_str = convert_to_utf8 (text, length, 1, giconv, FALSE, &error); in get_encoding_and_convert()
617 converted_str = convert_to_utf8 (text, length, 0, giconv, FALSE, &error); in get_encoding_and_convert()
/third_party/cef/libcef_dll/
Dlibcef_dll.cc558 int convert_to_utf8, in cef_uridecode() argument
569 CefString(text), convert_to_utf8 ? true : false, unescape_rule); in cef_uridecode()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc524 bool convert_to_utf8, in CefURIDecode() argument
535 cef_uridecode(text.GetStruct(), convert_to_utf8, unescape_rule); in CefURIDecode()
Dlibcef_dll_dylib.cc1130 int convert_to_utf8, in cef_uridecode() argument
1132 return g_libcef_pointers.cef_uridecode(text, convert_to_utf8, unescape_rule); in cef_uridecode()