Searched defs:text_type (Results 1 – 9 of 9) sorted by relevance
16 text_type = str variable21 text_type = unicode variable
23 text_type = str variable51 text_type = unicode variable
13 text_type = str variable45 text_type = unicode variable
207 uint8_t text_type; in AddStyleAndText() local
361 TextType text_type() const { return text_type_; } in text_type() function376 TextElement(TextType text_type, RegExpTree* tree) in TextElement()