Home
last modified time | relevance | path

Searched refs:is_wide (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/iostreams/detail/
Dpath.hpp125 bool is_wide() const { return is_wide_; } in is_wide() function in boost::iostreams::detail::path
162 return lhs.is_wide() ? in operator ==()
163 rhs.is_wide() && std::wcscmp(lhs.c_wstr(), rhs.c_wstr()) == 0 : in operator ==()
164 !rhs.is_wide() && std::strcmp(lhs.c_str(), rhs.c_str()) == 0; in operator ==()
198 bool is_wide() const { return false; }
/third_party/ltp/tools/sparse/sparse-src/
Dchar.c104 int is_wide = stringtype == TOKEN_WIDE_STRING; in get_string_constant() local
113 is_wide = 1; in get_string_constant()
121 bits = is_wide ? wchar_ctype->bit_size: bits_in_char; in get_string_constant()
149 expr->wide = is_wide; in get_string_constant()
/third_party/harfbuzz/src/
Dhb-serialize.hh85 bool is_wide: 1; member
368 link.is_wide = sizeof (T) == 4; in add_link()
408 if (link.is_wide) in resolve_links()
415 if (link.is_wide) in resolve_links()
Dhb-repacker.hh534 (!link.is_wide ? (1 << 16) : ((int64_t) 1 << 32)); in update_distances()
581 if (link.is_wide) in is_valid_offset()
588 if (link.is_wide) in is_valid_offset()
630 if (link.is_wide) in serialize_link()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh72 bool is_wide: 1; member
280 link.is_wide = sizeof (T) == 4; in add_link()
301 if (link.is_wide) in resolve_links()
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp184 handle_ = p.path.is_wide() ? in open_file()
266 …if (p.path.is_wide()) { errno = EINVAL; cleanup_and_throw("wide path not supported here"); } // ha… in open_file()
Dfile_descriptor.cpp176 HANDLE handle = p.is_wide() ? in open()
/third_party/weston/clients/
Dterminal.c235 is_wide(union utf8_char utf8) in is_wide() function
1090 if (is_wide(p_row[col])) in redraw_handler()
2011 if (is_wide(utf8)) in handle_char()
/third_party/quickjs/
Dquickjs.c3552 int is_wide) in string_buffer_init2() argument
3557 s->is_wide_char = is_wide; in string_buffer_init2()
3559 s->str = js_alloc_string(ctx, size, is_wide); in string_buffer_init2()