Searched refs:_to_uni_fold_flags (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5014000 | 5 _to_uni_fold_flags # F added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | utf8.h | 171 #define to_uni_fold(c, p, lenp) _to_uni_fold_flags(c, p, lenp, FOLD_FLAGS_FULL)
|
| D | utf8.c | 4493 _to_uni_fold_flags(*p1, foldbuf1, &n1, flags_for_folder); 4531 _to_uni_fold_flags(*p2, foldbuf2, &n2, flags_for_folder);
|
| D | regcomp.c | 6776 folded = _to_uni_fold_flags( in S_regatom() 7190 (void) _to_uni_fold_flags( in S_regatom() 10437 UV folded = _to_uni_fold_flags( in S_regclass() 10858 folded = _to_uni_fold_flags(j, foldbuf, &foldlen, in S_regclass() 11616 UV folded = _to_uni_fold_flags(lowest_cp, foldbuf, &foldlen, 0); in S_optimize_regclass()
|
| D | regexec.c | 4753 _to_uni_fold_flags(multi_fold_from, mod_pat, &pat_len, in S_setup_EXACTISH_ST() 4812 _to_uni_fold_flags(multi_fold_from, mod_pat, &pat_len, in S_setup_EXACTISH_ST()
|
| D | pp.c | 5225 _to_uni_fold_flags(*s, d, &ulen, flags);
|
| D | embed.h | 124 # define _to_uni_fold_flags(a,b,c,d) Perl__to_uni_fold_flags(aTHX_ a,b,c,d) macro
|
| D | embed.fnc | 3549 Cp |UV |_to_uni_fold_flags \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1136 Cp |UV |_to_uni_fold_flags|UV c|NN U8 *p|NN STRLEN *lenp|U8 flags
|