• Home
  • Raw
  • Download

Lines Matching defs:utf

1084 #define PCHARS(lv, p, offset, len, utf, f) \  argument
1092 #define PCHARSV(p, offset, len, utf, f) \ argument
1627 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1633 #define PCHARSV(p, offset, len, utf, f) \ argument
2033 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2035 #define PCHARSV(p, offset, len, utf, f) \ argument
2140 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2142 #define PCHARSV(p, offset, len, utf, f) \ argument
2247 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2249 #define PCHARSV(p, offset, len, utf, f) \ argument
2918 pchar(uint32_t c, BOOL utf, FILE *f) in pchar()
2990 static int pchars8(PCRE2_SPTR8 p, int length, BOOL utf, FILE *f) in pchars8()
3027 static int pchars16(PCRE2_SPTR16 p, int length, BOOL utf, FILE *f) in pchars16()
3062 static int pchars32(PCRE2_SPTR32 p, int length, BOOL utf, FILE *f) in pchars32()
3151 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16()
3238 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32()
3313 backchars(uint8_t *subject, PCRE2_SIZE offset, uint32_t count, BOOL utf) in backchars()
4367 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback() local
4415 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in show_pattern_info() local
5131 BOOL utf; in process_pattern() local
6108 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in substitute_callout_function() local
6164 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function() local
6375 copy_and_get(BOOL utf, int capcount) in copy_and_get()
6633 BOOL utf; in process_data() local