Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp147 float calculatePenalty(char16_t codePoint, char16_t nextCodePoint) { in calculatePenalty() argument
159 if (nextCodePoint == 0x29 || nextCodePoint == 0xff09) { in calculatePenalty()