Lines Matching defs:utf
1035 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1043 #define PCHARSV(p, offset, len, utf, f) \ argument
1567 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1573 #define PCHARSV(p, offset, len, utf, f) \ argument
1965 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1967 #define PCHARSV(p, offset, len, utf, f) \ argument
2069 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2071 #define PCHARSV(p, offset, len, utf, f) \ argument
2173 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2175 #define PCHARSV(p, offset, len, utf, f) \ argument
2841 pchar(uint32_t c, BOOL utf, FILE *f) in pchar()
2912 static int pchars8(PCRE2_SPTR8 p, int length, BOOL utf, FILE *f) in pchars8()
2949 static int pchars16(PCRE2_SPTR16 p, int length, BOOL utf, FILE *f) in pchars16()
2983 static int pchars32(PCRE2_SPTR32 p, int length, BOOL utf, FILE *f) in pchars32()
3073 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16()
3160 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32()
3230 backchars(uint8_t *subject, PCRE2_SIZE offset, uint32_t count, BOOL utf) in backchars()
4273 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback() local
4961 BOOL utf; in process_pattern() local
5910 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function() local
6121 copy_and_get(BOOL utf, int capcount) in copy_and_get()
6343 BOOL utf; in process_data() local