Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dcollator.cpp51 std::string resolvedLocale() const { in resolvedLocale() function in mbgl::style::expression::Collator::Impl
72 std::string Collator::resolvedLocale() const { in resolvedLocale() function in mbgl::style::expression::Collator
73 return impl->resolvedLocale(); in resolvedLocale()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcollator.hpp21 std::string resolvedLocale() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp517 return collator.resolvedLocale(); in initializeDefinitions()