Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h3130 …stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,… in stbtt__matchpair() local
3131 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()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1839 matchlen = 0
1842 if len(regex) > matchlen and re.match(regex, path):
1843 matchlen = len(regex)