Searched defs:maxstrlen (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Drandom_test.cc24 int maxstrlen, const vector<string>& stralphabet,
31 maxstrlen /= 2;
35 maxstrlen, stralphabet, wrapper, "");
39 t.regexps(), t.tests(), t.failures(), maxstrlen, (int)stralphabet.size());
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
H A Dexhaustive_tester.h30 int maxstrlen,
35 strgen_(maxstrlen, stralphabet),
73 int maxstrlen, const vector<string>& stralphabet,
80 int maxstrlen, const string& stralphabet,
26 ExhaustiveTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
H A Dpossible_match_test.cc171 int maxstrlen,
174 strgen_(maxstrlen, stralphabet),
167 PossibleMatchTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet) argument
H A Dexhaustive_tester.cc148 int maxstrlen, const vector<string>& stralphabet,
156 if (maxstrlen > 1)
157 maxstrlen--;
160 maxstrlen, stralphabet, wrapper,
165 t.regexps(), t.tests(), t.failures(), maxstrlen, (int)stralphabet.size());
173 int maxstrlen, const string& stralphabet,
181 maxstrlen,
145 ExhaustiveTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
172 EgrepTest(int maxatoms, int maxops, const string& alphabet, int maxstrlen, const string& stralphabet, const string& wrapper) argument
/external/regex-re2/re2/testing/
H A Drandom_test.cc24 int maxstrlen, const vector<string>& stralphabet,
31 maxstrlen /= 2;
35 maxstrlen, stralphabet, wrapper, "");
39 t.regexps(), t.tests(), t.failures(), maxstrlen, (int)stralphabet.size());
21 RandomTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper) argument
H A Dexhaustive_tester.h30 int maxstrlen,
35 strgen_(maxstrlen, stralphabet),
73 int maxstrlen, const vector<string>& stralphabet,
80 int maxstrlen, const string& stralphabet,
26 ExhaustiveTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
H A Dpossible_match_test.cc171 int maxstrlen,
174 strgen_(maxstrlen, stralphabet),
167 PossibleMatchTester(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet) argument
H A Dexhaustive_tester.cc148 int maxstrlen, const vector<string>& stralphabet,
156 if (maxstrlen > 1)
157 maxstrlen--;
160 maxstrlen, stralphabet, wrapper,
165 t.regexps(), t.tests(), t.failures(), maxstrlen, (int)stralphabet.size());
173 int maxstrlen, const string& stralphabet,
181 maxstrlen,
145 ExhaustiveTest(int maxatoms, int maxops, const vector<string>& alphabet, const vector<string>& ops, int maxstrlen, const vector<string>& stralphabet, const string& wrapper, const string& topwrapper) argument
172 EgrepTest(int maxatoms, int maxops, const string& alphabet, int maxstrlen, const string& stralphabet, const string& wrapper) argument
/external/svox/pico/lib/
H A Dpicopr.c555 static void pr_int_to_string(picoos_int32 n, picoos_uchar * str, picoos_int32 maxstrlen) argument
574 if (len<maxstrlen) {

Completed in 193 milliseconds