Home
last modified time | relevance | path

Searched refs:nextCharCode (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.cpp563 char16_t nextCharCode = i < input.size() - 1 ? input[i + 1] : 0; in verticalizePunctuation() local
567 ((!nextCharCode || !hasRotatedVerticalOrientation(nextCharCode) || in verticalizePunctuation()