Searched refs:utf (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_newline.c70 utf TRUE if in utf mode
77 BOOL utf)
80 (void)utf;
82 if (utf)
117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE;
145 utf TRUE if in utf mode
152 BOOL utf)
155 (void)utf;
76 is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, BOOL utf) argument
151 was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, BOOL utf) argument
[all...]
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) argument
72 (void)utf;
75 utf = TRUE;
106 if (utf)
118 if (utf)
H A Dpcre_study.c89 BOOL utf = (options & PCRE_UTF8) != 0; local
234 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
255 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
303 if (utf) return -1;
398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
578 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
629 utf TRUE for UTF-8 / UTF-16 / UTF-32 mode
636 compile_data *cd, BOOL utf)
644 if (utf
635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, compile_data *cd, BOOL utf) argument
802 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, compile_data *cd) argument
[all...]
H A Dpcre_printint.c118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) argument
124 (void)utf; /* Avoid compiler warning */
134 if (!utf || (c & 0xc0) != 0xc0)
170 if (!utf || (c & 0xfc00) != 0xd800)
196 if (!utf || (c & 0xfffff800u) != 0xd800u)
218 * Print uchar string (regardless of utf) *
314 BOOL utf; local
334 utf = (options & PCRE_UTF8) != 0;
374 code += 1 + print_char(f, code, utf);
385 code += 1 + print_char(f, code, utf);
[all...]
H A Dpcre_compile.c1012 BOOL utf = (options & PCRE_UTF8) != 0; local
1083 if (c > (utf ? 0x10ffffU : 0xffU))
1085 if (c > (utf ? 0x10ffffU : 0xffffU))
1087 if (utf && c > 0x10ffffU)
1092 else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73;
1267 if (!utf && c > 0xff) *errorcodeptr = ERR51;
1290 if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; }
1292 if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; }
1294 if (utf && c > 0x10ffffU) { overflow = TRUE; break; }
1304 if (utf
1739 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, recurse_check *recurses) argument
2083 find_bracket(const pcre_uchar *code, BOOL utf, int number) argument
2246 find_recurse(const pcre_uchar *code, BOOL utf) argument
2399 could_be_empty_branch(const pcre_uchar *code, const pcre_uchar *endcode, BOOL utf, compile_data *cd, recurse_check *recurses) argument
2774 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, branch_chain *bcptr, BOOL utf, compile_data *cd) argument
2918 get_chr_property_list(const pcre_uchar *code, BOOL utf, const pcre_uint8 *fcc, pcre_uint32 *list) argument
3123 compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, const pcre_uint32 *base_list, const pcre_uchar *base_end, int *rec_limit) argument
3662 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) argument
4023 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, size_t save_hwm_offset) argument
4409 BOOL utf = (options & PCRE_UTF8) != 0; local
4496 BOOL utf = (options & PCRE_UTF8) != 0; local
4501 BOOL utf = FALSE; local
9024 BOOL utf; local
[all...]
H A Dpcre_dfa_exec.c428 BOOL utf = (md->poptions & PCRE_UTF8) != 0; local
430 BOOL utf = FALSE; local
490 if (utf)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
1019 if (utf) { BACKCHAR(temp); }
1441 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1703 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
1974 if (!utf) d = *nptr; else { GETCHARLEN(d, nptr, dlen); }
2126 if (utf)
2171 if (!utf)
3195 BOOL utf, anchored, startline, firstline; local
[all...]
H A Dpcre_exec.c134 BOOL utf = md->utf; local
171 BOOL utf = md->utf; local
199 if (utf)
490 the md structure (e.g. utf, end_subject) into individual variables to improve
524 register BOOL utf; /* Local copy of UTF flag for speed */ local
716 utf = md->utf; /* Local copy of the flag */
718 utf
6368 BOOL utf; local
[all...]
H A Dpcre_internal.h316 &(NLBLOCK->nllen), utf)) \
330 &(NLBLOCK->nllen), utf)) \
722 if (utf && c >= 0xc0) GETUTF8(c, eptr);
736 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
788 if (utf && c >= 0xc0) GETUTF8LEN(c, eptr, len);
841 if (utf && (c & 0xfc00) == 0xd800) GETUTF16(c, eptr);
861 if (utf && (c & 0xfc00) == 0xd800) GETUTF16INC(c, eptr);
883 if (utf && (c & 0xfc00) == 0xd800) GETUTF16LEN(c, eptr, len);
1839 used for [^] in JavaScript compatibility mode, and for \C in non-utf mode. In
2533 BOOL utf; /* UT member in struct:match_data
[all...]

Completed in 178 milliseconds