Searched defs:TestInput (Results 1 – 3 of 3) sorted by relevance
39 struct TestInput struct41 const char *fontName;42 LEUnicode *text;43 le_int32 textLength;44 le_int32 scriptCode;45 le_bool rightToLeft;
612 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester
63 class TestInput(object): class