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/
cfx_txtbreak.cpp 122 FX_CHARTYPE chartype = pCurChar->GetCharType(); local
153 m_eCharType = chartype;
176 FX_CHARTYPE chartype = pCurChar->GetCharType(); local
179 m_eCharType = chartype;
196 if (!m_bSingleLine && chartype != FX_CHARTYPE_Space &&
206 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); local
213 if (chartype != FX_CHARTYPE_Combination &&
214 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) &&
217 (m_eCharType != FX_CHARTYPE_Space || chartype != FX_CHARTYPE_Control)) {
231 switch (chartype) {
413 FX_CHARTYPE chartype = pTC->GetCharType(); local
700 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); local
    [all...]
cfx_break.cpp 107 FX_CHARTYPE CFX_Break::GetUnifiedCharType(FX_CHARTYPE chartype) const {
108 return chartype >= FX_CHARTYPE_ArabicAlef ? FX_CHARTYPE_Arabic : chartype;
cfx_rtfbreak.cpp 71 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); local
80 if (chartype != FX_CHARTYPE_Combination &&
81 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) &&
84 (m_eCharType != FX_CHARTYPE_Space || chartype != FX_CHARTYPE_Control)) {
92 switch (chartype) {
119 m_eCharType = chartype;
226 FX_CHARTYPE chartype = pCurChar->GetCharType(); local
238 if (chartype != FX_CHARTYPE_Space &&
  /external/boringssl/src/crypto/asn1/
charmap.pl 122 /* Auto generated with chartype.pl script.

Completed in 102 milliseconds