Home
last modified time | relevance | path

Searched refs:kSchemaErrorRegexInvalid (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/error/
Den.h139 …case kSchemaErrorRegexInvalid: return RAPIDJSON_ERROR_STRING("Invalid regular expre… in GetSchemaError_En()
Derror.h231kSchemaErrorRegexInvalid, //!< Invalid regular expression in 'pattern' or 'patter… enumerator
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1408 … sd->SchemaErrorValue(kSchemaErrorRegexInvalid, p, value.GetString(), value.GetStringLength()); in CreatePattern()
1431 … sd->SchemaErrorValue(kSchemaErrorRegexInvalid, p, value.GetString(), value.GetStringLength()); in CreatePattern()
1972 case kSchemaErrorRegexInvalid: return GetRegexInvalidString();