Home
last modified time | relevance | path

Searched refs:code_units (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp43 void on_number(Range code_units) { in on_number() argument
44 new_value().assign(code_units.begin(), code_units.end()); in on_number()
58 void on_code_units(Range code_units) { in on_code_units() argument
59 current_value().append(code_units.begin(), code_units.end()); in on_code_units()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc198 : code_units(code_unit_index, code_unit_index + code_unit_width), in GlyphPosition()
217 code_units(cu), in CodeUnitRun()
957 glyph_positions.back().code_units.start + in Layout()
1024 return a.code_units.start < b.code_units.start; in Layout()
1173 return a.code_units.start < b.code_units.start; in Layout()
1565 if (run.code_units.start >= end) in GetRectsForRange()
1567 if (run.code_units.end <= start) in GetRectsForRange()
1586 if (run.code_units.start >= start && run.code_units.end <= end) { in GetRectsForRange()
1593 if (gp.code_units.start >= start && gp.code_units.end <= end) { in GetRectsForRange()
1596 } else if (gp.code_units.end == end) { in GetRectsForRange()
[all …]
Dparagraph_txt.h268 Range<size_t> code_units; member
296 Range<size_t> code_units; member
/third_party/boost/libs/property_tree/test/
Dprefixing_callbacks.hpp52 void on_number(Range code_units) { in on_number()
53 base::on_number(code_units); in on_number()