Searched refs:ValidRegex (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata_formatter.cpp | 676 if (!ValidRegex(value, regex)) { in ValidRegexWithComma() 814 if (!ValidRegex(value, regex)) { in ValidRegexWithRationalFormat() 827 if (!ValidRegex(value, regex)) { in ValidRegexWithCommaRationalFormat() 843 if (!ValidRegex(value, regex)) { in ValidRegexWithColonRationalFormat() 858 if (!ValidRegex(value, regex)) { in ValidRegexWithDot() 868 if (!ValidRegex(value, regex)) { in ValidRegxWithCommaDecimalRationalFormat() 881 if (!ValidRegex(value, regex)) { in ValidRegxAndConvertRationalFormat() 898 if (!ValidRegex(value, regex)) { in ValidRegexWithDecimalRationalFormat() 908 if (!ValidRegex(value, regex)) { in ValidRegexWithVersionFormat() 935 if (!ValidRegex(value, regex)) { in ValidRegexWithChannelFormat() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | exif_metadata_formatter.h | 58 static bool ValidRegex(const std::string &value, const std::string ®ex);
|