Searched refs:matchlen (Results 1 – 2 of 2) sorted by relevance
3130 …stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,… in stbtt__matchpair() local3131 if (matchlen >= 0) { in stbtt__matchpair()3137 if (matchlen == nlen) in stbtt__matchpair()3139 } else if (matchlen < nlen && name[matchlen] == ' ') { in stbtt__matchpair()3140 ++matchlen; in stbtt__matchpair()3141 …if (stbtt_CompareUTF8toUTF16_bigendian((char*) (name+matchlen), nlen-matchlen, (char*)(fc+stringOf… in stbtt__matchpair()3146 if (matchlen == nlen) in stbtt__matchpair()
1839 matchlen = 01842 if len(regex) > matchlen and re.match(regex, path):1843 matchlen = len(regex)