Searched refs:IsPatternMatch (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 1078 if (pattern_ && !IsPatternMatch(pattern_, str, length)) { in String() 1114 … if (patternProperties_[i].pattern && IsPatternMatch(patternProperties_[i].pattern, str, len)) { in Key() 1418 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType) { in IsPatternMatch() function 1438 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType length) { in IsPatternMatch() function 1448 static bool IsPatternMatch(const RegexType*, const Ch *, SizeType) { return true; } in IsPatternMatch() function
|