Home
last modified time | relevance | path

Searched refs:allowsIdeographicBreaking (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.hpp20 bool allowsIdeographicBreaking(const std::u16string& string);
24 bool allowsIdeographicBreaking(char16_t chr);
H A Di18n.cpp352 bool allowsIdeographicBreaking(const std::u16string& string) { in allowsIdeographicBreaking() function
354 if (!allowsIdeographicBreaking(chr)) { in allowsIdeographicBreaking()
361 bool allowsIdeographicBreaking(char16_t chr) { in allowsIdeographicBreaking() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp240 … (util::i18n::allowsWordBreaking(codePoint) || util::i18n::allowsIdeographicBreaking(codePoint))) { in determineLineBreaks()