Lines Matching defs:utf
926 #define PCHARS(lv, p, offset, len, utf, f) \ argument
934 #define PCHARSV(p, offset, len, utf, f) \ argument
1400 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1406 #define PCHARSV(p, offset, len, utf, f) \ argument
1760 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1762 #define PCHARSV(p, offset, len, utf, f) \ argument
1855 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1857 #define PCHARSV(p, offset, len, utf, f) \ argument
1950 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1952 #define PCHARSV(p, offset, len, utf, f) \ argument
2525 pchar(uint32_t c, BOOL utf, FILE *f) in pchar()
2592 static int pchars8(PCRE2_SPTR8 p, int length, BOOL utf, FILE *f) in pchars8()
2629 static int pchars16(PCRE2_SPTR16 p, int length, BOOL utf, FILE *f) in pchars16()
2663 static int pchars32(PCRE2_SPTR32 p, int length, BOOL utf, FILE *f) in pchars32()
2746 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16()
2823 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32()
2883 backchars(uint8_t *subject, PCRE2_SIZE offset, uint32_t count, BOOL utf) in backchars()
3805 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback() local
4459 BOOL utf; in process_pattern() local
5144 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function() local
5307 copy_and_get(BOOL utf, int capcount) in copy_and_get()
5541 BOOL utf; in process_data() local