HomeSort by relevance Sort by last modified time
    Searched defs:chartype (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 210 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 = pCurChar->GetCharType() local
    [all...]
fgas_textbreak.cpp 276 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 = GetCharTypeFromProp(dwProps) local
820 FX_CHARTYPE chartype; local
1214 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); local
    [all...]
  /external/pcre/dist2/src/
pcre2_match.c 4271 int chartype; local
5001 int chartype; local
5521 int chartype; local
    [all...]
pcre2_internal.h 1788 uint8_t chartype; \/* ucp_Cc, etc. (general categories) *\/ member in struct:__anon29035
    [all...]

Completed in 717 milliseconds