Searched defs:chartype (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp38 char chartype; local
44 chartype = _PDF_CharType[ch];
45 while (chartype == 'W') {
50 chartype = _PDF_CharType[ch];
64 chartype = _PDF_CharType[ch];
68 if (chartype == 'D') {
75 chartype = _PDF_CharType[ch];
76 if (chartype != 'R' && chartype != 'N') {
113 if (chartype !
[all...]
/external/pcre/dist/
H A Dpcre_exec.c2560 if ((prop->chartype == ucp_Lu ||
2561 prop->chartype == ucp_Ll ||
2562 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2567 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2572 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2584 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2603 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2611 PRIV(ucp_gentype)[prop->chartype]
4174 int chartype; local
4904 int chartype; local
5424 int chartype; local
[all...]
H A Dpcre_internal.h2746 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member in struct:__anon28483
2770 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype

Completed in 5661 milliseconds