Searched defs:TestInput (Results 1 – 5 of 5) sorted by relevance
41 struct TestInput struct43 const char *fontName;44 LEUnicode *text;45 le_int32 textLength;46 le_int32 scriptCode;47 le_bool rightToLeft;
59 struct TestInput { struct60 std::string input;61 absl::StatusOr<std::string> expected_parse;62 uint32_t flags;
662 bool Tester::TestInput(absl::string_view text) { in TestInput() function in re2::Tester
700 TestInput = 1, enumerator