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

/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp210 FX_CHARTYPE chartype) const {
211 return chartype >= FX_CHARTYPE_ArabicAlef ? FX_CHARTYPE_Arabic : chartype;
232 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); local
248 if (chartype != FX_CHARTYPE_Combination &&
249 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) &&
252 (m_eCharType != FX_CHARTYPE_Space || chartype != FX_CHARTYPE_Control)) {
260 (this->*g_FX_RTFBreak_lpfAppendChar[chartype >> FX_CHARTYPEBITS])(
262 m_eCharType = chartype;
372 FX_CHARTYPE chartype local
[all...]
H A Dfgas_textbreak.cpp276 FX_CHARTYPE chartype) const {
277 return chartype >= FX_CHARTYPE_ArabicAlef ? FX_CHARTYPE_Arabic : chartype;
440 FX_CHARTYPE chartype = pCurChar->GetCharType(); local
477 m_eCharType = chartype;
505 FX_CHARTYPE chartype = pCurChar->GetCharType(); local
508 m_eCharType = chartype;
511 if (chartype == FX_CHARTYPE_Numeric) {
540 bool bBreak = (chartype != FX_CHARTYPE_Space ||
550 FX_CHARTYPE chartype local
820 FX_CHARTYPE chartype; local
1214 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); local
[all...]
/external/pcre/dist2/src/
H A Dpcre2_match.c2645 if ((prop->chartype == ucp_Lu ||
2646 prop->chartype == ucp_Ll ||
2647 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2652 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2657 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2669 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2670 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2688 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
2695 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2696 PRIV(ucp_gentype)[prop->chartype]
4271 int chartype; local
5001 int chartype; local
5521 int chartype; local
[all...]
H A Dpcre2_internal.h1788 uint8_t chartype; /* ucp_Cc, etc. (general categories) */ member in struct:__anon15564
1801 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype

Completed in 917 milliseconds