Lines Matching defs:utf

1124 #define PCHARS(lv, p, offset, len, utf, f) \  argument
1132 #define PCHARSV(p, offset, len, utf, f) \ argument
1696 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1702 #define PCHARSV(p, offset, len, utf, f) \ argument
2126 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2128 #define PCHARSV(p, offset, len, utf, f) \ argument
2237 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2239 #define PCHARSV(p, offset, len, utf, f) \ argument
2346 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2348 #define PCHARSV(p, offset, len, utf, f) \ argument
3022 pchar(uint32_t c, BOOL utf, FILE *f) in pchar()
3094 static int pchars8(PCRE2_SPTR8 p, int length, BOOL utf, FILE *f) in pchars8()
3133 static int pchars16(PCRE2_SPTR16 p, int length, BOOL utf, FILE *f) in pchars16()
3168 static int pchars32(PCRE2_SPTR32 p, int length, BOOL utf, FILE *f) in pchars32()
3257 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16()
3345 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32()
3421 backchars(uint8_t *subject, PCRE2_SIZE offset, uint32_t count, BOOL utf) in backchars()
4510 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback() local
4558 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in show_pattern_info() local
5274 BOOL utf; in process_pattern() local
6345 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in substitute_callout_function() local
6401 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function() local
6612 copy_and_get(BOOL utf, int capcount) in copy_and_get()
6870 BOOL utf; in process_data() local