Searched defs:TestInput (Results 1 – 9 of 9) 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;
60 struct TestInput { struct61 std::string input;62 absl::StatusOr<std::string> expected_parse;63 uint32_t flags;
644 public static class TestInput { class in IntegrationTestSupport649 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() method in IntegrationTestSupport.TestInput
178 void TestInput(Line& line) { in TestInput() function
639 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester
657 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester
656 bool Tester::TestInput(absl::string_view text) { in TestInput() function in re2::Tester
809 TestInput = 1, enumerator