Searched refs:is_wide (Results 1 – 9 of 9) sorted by relevance
125 bool is_wide() const { return is_wide_; } in is_wide() function in boost::iostreams::detail::path162 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; }
104 int is_wide = stringtype == TOKEN_WIDE_STRING; in get_string_constant() local113 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()
85 bool is_wide: 1; member368 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()
534 (!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()
72 bool is_wide: 1; member280 link.is_wide = sizeof (T) == 4; in add_link()301 if (link.is_wide) in resolve_links()
184 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()
176 HANDLE handle = p.is_wide() ? in open()
235 is_wide(union utf8_char utf8) in is_wide() function1090 if (is_wide(p_row[col])) in redraw_handler()2011 if (is_wide(utf8)) in handle_char()
3552 int is_wide) in string_buffer_init2() argument3557 s->is_wide_char = is_wide; in string_buffer_init2()3559 s->str = js_alloc_string(ctx, size, is_wide); in string_buffer_init2()