Home
last modified time | relevance | path

Searched defs:TestInput (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dgendata.cpp41 struct TestInput struct
43 const char *fontName;
44 LEUnicode *text;
45 le_int32 textLength;
46 le_int32 scriptCode;
47 le_bool rightToLeft;
/external/regex-re2/re2/testing/
Dtester.cc612 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester