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

  /external/pcre/dist2/src/
pcre2_xclass.c 146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
147 prop->chartype == ucp_Lt) == isprop) return !negated;
151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
156 if ((data[1] == prop->chartype) == isprop) return !negated;
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE
    [all...]
pcre2_auto_possess.c 205 return (prop->chartype == ucp_Lu ||
206 prop->chartype == ucp_Ll ||
207 prop->chartype == ucp_Lt) == negated;
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
213 return (pdata == prop->chartype) == negated;
221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
243 PRIV(ucp_gentype)[prop->chartype] == ucp_N |
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c 4271 int chartype; local
5001 int chartype; local
5521 int chartype; local
    [all...]
pcre2_jit_compile.c     [all...]
  /external/pdfium/xfa/fgas/layout/
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...]
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_rtfbreak.h 184 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE chartype) const;
  /external/boringssl/src/crypto/asn1/
charmap.pl 122 /* Auto generated with chartype.pl script.

Completed in 335 milliseconds