Searched refs:output_char (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/nowide/ |
D | stackstring.hpp | 38 typedef CharOut output_char; typedef in boost::nowide::basic_stackstring 74 data_ = new output_char[len + 1]; in operator =() 80 std::memcpy(data_, other.data_, sizeof(output_char) * (len + 1)); in operator =() 92 output_char* convert(const input_char* input) in convert() 101 output_char* convert(const input_char* begin, const input_char* end) in convert() 117 … const size_t max_output_size = input_len * utf::utf_traits<output_char>::max_width + 1; in convert() 118 data_ = new output_char[max_output_size]; in convert() 127 output_char* get() in get() 132 const output_char* get() const in get() 188 output_char buffer_[buffer_size]; [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-normalize.cc | 98 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char() function 133 output_char (buffer, a, a_glyph); in decompose() 135 output_char (buffer, b, b_glyph); in decompose() 144 output_char (buffer, b, b_glyph); in decompose() 151 output_char (buffer, a, a_glyph); in decompose() 153 output_char (buffer, b, b_glyph); in decompose()
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-normalize.cc | 102 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char() function 138 output_char (buffer, a, a_glyph); in decompose() 140 output_char (buffer, b, b_glyph); in decompose() 149 output_char (buffer, b, b_glyph); in decompose() 156 output_char (buffer, a, a_glyph); in decompose() 158 output_char (buffer, b, b_glyph); in decompose()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-normalize.cc | 102 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char() function 138 output_char (buffer, a, a_glyph); in decompose() 140 output_char (buffer, b, b_glyph); in decompose() 149 output_char (buffer, b, b_glyph); in decompose() 156 output_char (buffer, a, a_glyph); in decompose() 158 output_char (buffer, b, b_glyph); in decompose()
|