Searched refs:cef_string_utf16_t (Results 1 – 5 of 5) sorted by relevance
71 } cef_string_utf16_t; typedef89 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 …]
79 typedef cef_string_utf16_t cef_string_t;
103 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;
87 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 …]
393 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 …]