Searched refs:_toLOWER_utf8_flags (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2398 #define _toLOWER_utf8_flags(p,e,s,l,f) _to_utf8_lower_flags(p,e,s,l,f) macro 2403 #define toLOWER_utf8_safe(p,e,s,l) _toLOWER_utf8_flags(p,e,s,l, 0)
|
| D | pp.c | 4150 _toLOWER_utf8_flags(s, s + slen, tmpbuf, &tculen, IN_LC_RUNTIME(LC_CTYPE)); 4182 _toLOWER_utf8_flags(s, s + slen, tmpbuf, &tculen, 0); 4860 _toLOWER_utf8_flags(s, send, tmpbuf, &ulen, IN_LC_RUNTIME(LC_CTYPE)); 4888 _toLOWER_utf8_flags(s, send, tmpbuf, &ulen, 0);
|