Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dutf8.c83 unsigned codepoint_len = utf8_codepoint_length(unicode); in nu_utf8_write() local
86 switch (codepoint_len) { in nu_utf8_write()
94 return utf8 + codepoint_len; in nu_utf8_write()