Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.c3088 U8 tmpbuf[UTF8_MAXBYTES_CASE+1], *foldbuf; in S_regatom() local
3241 for (foldbuf = tmpbuf; in S_regatom()
3244 ender = utf8_to_uvchr(foldbuf, &numlen); in S_regatom()
3251 foldbuf += numlen; in S_regatom()
3279 for (foldbuf = tmpbuf; in S_regatom()
3282 ender = utf8_to_uvchr(foldbuf, &numlen); in S_regatom()
3289 foldbuf += numlen; in S_regatom()
4237 U8 foldbuf[UTF8_MAXBYTES_CASE+1]; in S_regclass() local
4239 const UV f = to_uni_fold(natvalue, foldbuf, &foldlen); in S_regclass()
4262 sv = newSVpvn((char*)foldbuf, foldlen); in S_regclass()
Dregexec.c1100 U8 foldbuf[UTF8_MAXBYTES_CASE+1]; in S_find_byclass() local
1102 f = to_utf8_fold(tmpbuf, foldbuf, &foldlen); in S_find_byclass()
1106 !ibcmp_utf8((char *) foldbuf, in S_find_byclass()
1139 U8 foldbuf[UTF8_MAXBYTES_CASE+1]; in S_find_byclass() local
1141 f = to_utf8_fold(tmpbuf, foldbuf, &foldlen); in S_find_byclass()
1145 !ibcmp_utf8((char *) foldbuf, in S_find_byclass()