Home
last modified time | relevance | path

Searched defs:consume_text (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/util/
H A Dshape-output.hh88 void consume_text (hb_buffer_t *buffer, in consume_text() function
H A Dview-cairo.hh54 void consume_text (hb_buffer_t *buffer, in consume_text() function
/aosp_15_r20/external/rust/android-crates-io/crates/tinytemplate/src/
Dcompiler.rs268 fn consume_text(&mut self, escaped: bool) -> &'template str { in consume_text() method