Home
last modified time | relevance | path

Searched refs:tokenReservedChars (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtoken.hpp12 const static std::string tokenReservedChars = "{}"; variable
28 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in replaceTokens()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp19 const static std::string tokenReservedChars = "{}"; variable
29 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in hasTokens()
52 … for (brace++; brace != end && tokenReservedChars.find(*brace) == std::string::npos; brace++); in convertTokenStringToExpression()