Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_string_types.h71 } cef_string_utf16_t; typedef
89 cef_string_utf16_t* output,
109 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str);
119 CEF_EXPORT int cef_string_utf16_cmp(const cef_string_utf16_t* str1,
120 const cef_string_utf16_t* str2);
138 cef_string_utf16_t* output);
145 cef_string_utf16_t* output);
161 cef_string_utf16_t* output);
171 typedef cef_string_utf16_t* cef_string_userfree_utf16_t;
198 cef_string_utf16_t* output);
[all …]
Dcef_string.h79 typedef cef_string_utf16_t cef_string_t;
Dcef_string_wrappers.h103 cef_string_utf16_t cstr; in to_string16()
200 cef_string_utf16_t cstr; in to_string16()
229 typedef cef_string_utf16_t struct_type;
/third_party/cef/libcef/common/
Dstring_types_impl.cc87 cef_string_utf16_t* output, in cef_string_utf16_set()
130 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear()
168 CEF_EXPORT int cef_string_utf16_cmp(const cef_string_utf16_t* str1, in cef_string_utf16_cmp()
169 const cef_string_utf16_t* str2) { in cef_string_utf16_cmp()
211 cef_string_utf16_t* output) { in cef_string_wide_to_utf16()
233 cef_string_utf16_t* output) { in cef_string_utf8_to_utf16()
262 cef_string_utf16_t* output) { in cef_string_ascii_to_utf16()
281 cef_string_utf16_t* s = new cef_string_utf16_t; in cef_string_userfree_utf16_alloc()
282 memset(s, 0, sizeof(cef_string_utf16_t)); in cef_string_userfree_utf16_alloc()
304 cef_string_utf16_t* output) { in cef_string_utf16_to_lower()
[all …]
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc393 cef_string_utf16_t*,
397 typedef void (*cef_string_utf16_clear_ptr)(cef_string_utf16_t*);
402 typedef int (*cef_string_utf16_cmp_ptr)(const cef_string_utf16_t*,
403 const cef_string_utf16_t*);
412 cef_string_utf16_t*);
418 cef_string_utf16_t*);
427 cef_string_utf16_t*);
436 cef_string_utf16_t*);
439 cef_string_utf16_t*);
1881 cef_string_utf16_t* output, in cef_string_utf16_set()
[all …]