Searched refs:nlen (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 5255 …c int stbtt__matchpair(STBTT_STREAM_TYPE fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 nlen, argument 5258 static int stbtt__matchpair(stbtt_uint8 * fc, stbtt_uint32 nm, stbtt_uint8 * name, stbtt_int32 nlen, 5279 …stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc, stringOffset + o… 5287 if(matchlen == nlen) 5290 else if(matchlen < nlen && name[matchlen] == ' ') { 5293 …if(stbtt_CompareUTF8toUTF16_bigendian_internal((char *)(name + matchlen), nlen - matchlen, fc, str… 5296 …if(stbtt_CompareUTF8toUTF16_bigendian_internal((char *)(name + matchlen), nlen - matchlen, (char *… 5304 if(matchlen == nlen) 5322 stbtt_int32 nlen = (stbtt_int32)STBTT_strlen((char *)name); local 5338 if(stbtt__matchpair(fc, nm, name, nlen, 16, -1)) return 1; [all …]
|