Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Di18n.hpp76 bool isStringInSupportedScript(const std::string& input);
H A Di18n.cpp608 bool isStringInSupportedScript(const std::string& input) { in isStringInSupportedScript() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp500 return util::i18n::isStringInSupportedScript(x); in initializeDefinitions()