Searched defs:PrefixTest (Results 1 – 2 of 2) sorted by relevance
14 struct PrefixTest { struct15 const char* regexp;16 bool return_value;17 const char* prefix;18 bool foldcase;19 const char* suffix;
29 struct PrefixTest { struct30 const char* regexp;31 int maxlen;32 const char* min;33 const char* max;