Searched refs:s2offs (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1079 …_CompareUTF8toUTF16_bigendian(const char * s1, int len1, STBTT_STREAM_TYPE s2, stbtt_uint32 s2offs, 1082 …stbtt_CompareUTF8toUTF16_bigendian(const char * s1, int len1, const char * s2, stbtt_uint32 s2offs, 5202 stbtt_uint32 s2offs, stbtt_int32 len2) argument 5205 stbtt_uint32 s2offs, stbtt_int32 len2) 5212 stbtt_uint16 ch = ttUSHORT(s2, s2offs); 5224 stbtt_uint16 ch2 = ttUSHORT(s2, s2offs + 2); 5231 s2offs += 2; // plus another 2 below 5243 s2offs += 2; 5249 …mpareUTF8toUTF16_bigendian_internal(char * s1, int len1, STBTT_STREAM_TYPE s2, stbtt_uint32 s2offs, argument 5252 …return len1 == stbtt__CompareUTF8toUTF16_bigendian_prefix((stbtt_uint8 *)s1, len1, s2, s2offs, len… [all …]
|