Searched refs:print_char (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_printint.c | 116 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char() function 372 code += 1 + print_char(f, code, utf); in pcre_printint() 383 code += 1 + print_char(f, code, utf); in pcre_printint() 500 else extra = print_char(f, code+1, utf); in pcre_printint() 515 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint() 545 extra = print_char(f, code + 1, utf); in pcre_printint() 571 extra = print_char(f, code + 1, utf); in pcre_printint() 587 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint() 748 ccode += 1 + print_char(f, ccode, utf); in pcre_printint() 752 ccode += 1 + print_char(f, ccode, utf); in pcre_printint()
|
Completed in 5 milliseconds