Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1346 typedef internal::GenericRegex<EncodingType, AllocatorType> RegexType; typedef
1348 typedef std::basic_regex<Ch> RegexType; typedef
1350 typedef char RegexType; typedef
1448 static bool IsPatternMatch(const RegexType*, const Ch *, SizeType) { return true; } in IsPatternMatch()