Home
last modified time | relevance | path

Searched refs:hasNeutralVerticalOrientation (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 Di18n.hpp54 bool hasNeutralVerticalOrientation(char16_t chr);
H A Di18n.cpp504 bool hasNeutralVerticalOrientation(char16_t chr) { in hasNeutralVerticalOrientation() function
556 return !(hasUprightVerticalOrientation(chr) || hasNeutralVerticalOrientation(chr)); in hasRotatedVerticalOrientation()