Searched defs:PrefixTest (Results 1 – 2 of 2) sorted by relevance
10 struct PrefixTest { struct11 const char* regexp;12 bool return_value;13 const char* prefix;14 bool foldcase;15 const char* suffix;
23 struct PrefixTest { struct24 const char* regexp;25 int maxlen;26 const char* min;27 const char* max;