Searched defs:PrefixTest (Results 1 – 2 of 2) sorted by relevance
16 struct PrefixTest { struct17 const char* regexp;18 bool return_value;19 const char* prefix;20 bool foldcase;21 const char* suffix;
32 struct PrefixTest { struct33 const char* regexp;34 int maxlen;35 const char* min;36 const char* max;