Home
last modified time | relevance | path

Searched refs:text_before (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.hh177 const char *text_before, const char *text_after) in populate_buffer()
180 if (text_before) { in populate_buffer()
181 unsigned int len = strlen (text_before); in populate_buffer()
182 hb_buffer_add_utf8 (buffer, text_before, len, len, 0); in populate_buffer()
269 text_before = NULL; in text_options_t()
300 const char *text_before; member
Dshape-consumer.hh49 const char *text_before, in consume_line()
54 shaper.populate_buffer (buffer, text, text_len, text_before, text_after); in consume_line()
Dmain-font-text.hh64 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after); in main()
Dhb-ot-shape-closure.cc65 const char *text_before, in consume_line()
Doptions.cc356 …{"text-before", 0, 0, G_OPTION_ARG_STRING, &this->text_before, "Set text context before each line… in add_options()
/external/chromium/chrome/browser/chromeos/status/
Dclock_menu_button_browsertest.cc46 std::wstring text_before = clock->text(); in IN_PROC_BROWSER_TEST_F() local
51 EXPECT_NE(text_before, text_after); in IN_PROC_BROWSER_TEST_F()