Home
last modified time | relevance | path

Searched refs:chartype (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/
Dpcre_xclass.c145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
146 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
155 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV()
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
[all …]
Dpcre_dfa_exec.c1080 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
1081 prop->chartype == ucp_Lt; in internal_dfa_exec()
1085 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_exec()
1089 OK = prop->chartype == code[2]; in internal_dfa_exec()
1099 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec()
1100 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec()
1117 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec()
1123 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec()
1124 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_exec()
1338 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
[all …]
Dpcre_exec.c2560 if ((prop->chartype == ucp_Lu || in match()
2561 prop->chartype == ucp_Ll || in match()
2562 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2567 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2572 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) in match()
2584 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2603 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2611 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
[all …]
Dpcre_compile.c2783 return (prop->chartype == ucp_Lu || in check_char_prop()
2784 prop->chartype == ucp_Ll || in check_char_prop()
2785 prop->chartype == ucp_Lt) == negated; in check_char_prop()
2788 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2791 return (pdata == prop->chartype) == negated; in check_char_prop()
2799 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2800 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2815 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2820 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2821 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
Dpcre_internal.h2746 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member
2770 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
Dpcre_jit_compile.c3027 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucd()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp64 char chartype; in ParseWord() local
70 chartype = PDF_CharType[ch]; in ParseWord()
71 while (chartype == 'W') { in ParseWord()
76 chartype = PDF_CharType[ch]; in ParseWord()
90 chartype = PDF_CharType[ch]; in ParseWord()
94 if (chartype == 'D') { in ParseWord()
101 chartype = PDF_CharType[ch]; in ParseWord()
102 if (chartype != 'R' && chartype != 'N') { in ParseWord()
139 if (chartype != 'N') { in ParseWord()
146 chartype = PDF_CharType[ch]; in ParseWord()
[all …]
/external/libedit/src/
DMakefile.am40 libedit_la_SOURCES = chared.c common.c el.c emacs.c hist.c keymacro.c map.c chartype.c parse.c \
44 histedit.h keymacro.h map.h chartype.h parse.h prompt.h read.h refresh.h \
DMakefile.in133 keymacro.c map.c chartype.c parse.c prompt.c read.c refresh.c \
136 hist.h histedit.h keymacro.h map.h chartype.h parse.h prompt.h \
146 keymacro.lo map.lo chartype.lo parse.lo prompt.lo read.lo \
349 map.c chartype.c parse.c prompt.c read.c refresh.c search.c \
352 histedit.h keymacro.h map.h chartype.h parse.h prompt.h read.h \
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chartype.Plo@am__quote@