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