Searched refs:RAWFILE_APP_RES_PATH_REGEX (Results 1 – 1 of 1) sorted by relevance
30 const std::regex RAWFILE_APP_RES_PATH_REGEX(R"(^resource://RAWFILE/(.*)$)"); variable212 if (std::regex_match(fontLoader->familySrc_, matches, RAWFILE_APP_RES_PATH_REGEX) && in LoadFromResource()