Searched refs:convert_to_utf8 (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef/common/ |
D | parser_impl.cc | 132 bool convert_to_utf8, in CefURIDecode() argument 136 if (convert_to_utf8) in CefURIDecode()
|
/third_party/cef/include/ |
D | cef_parser.h | 125 bool convert_to_utf8,
|
/third_party/cef/include/capi/ |
D | cef_parser_capi.h | 132 int convert_to_utf8,
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtsdescriptor.c | 438 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/ |
D | libcef_dll.cc | 558 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/ |
D | libcef_dll_wrapper.cc | 524 bool convert_to_utf8, in CefURIDecode() argument 535 cef_uridecode(text.GetStruct(), convert_to_utf8, unescape_rule); in CefURIDecode()
|
D | libcef_dll_dylib.cc | 1130 int convert_to_utf8, in cef_uridecode() argument 1132 return g_libcef_pointers.cef_uridecode(text, convert_to_utf8, unescape_rule); in cef_uridecode()
|