Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Di18n.cpp344 bool charAllowsLetterSpacing(char16_t chr) { in charAllowsLetterSpacing() function
349 return std::all_of(string.begin(), string.end(), charAllowsLetterSpacing); in allowsLetterSpacing()