Home
last modified time | relevance | path

Searched refs:chartype (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_xclass.c146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
156 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV()
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
[all …]
Dpcre2_dfa_match.c1173 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1174 prop->chartype == ucp_Lt; in internal_dfa_match()
1178 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1182 OK = prop->chartype == code[2]; in internal_dfa_match()
1192 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1193 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1210 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1216 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1217 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1431 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
[all …]
Dpcre2_auto_possess.c205 return (prop->chartype == ucp_Lu || in check_char_prop()
206 prop->chartype == ucp_Ll || in check_char_prop()
207 prop->chartype == ucp_Lt) == negated; in check_char_prop()
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
213 return (pdata == prop->chartype) == negated; in check_char_prop()
221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
Dpcre2_match.c2358 if ((prop->chartype == ucp_Lu || in match()
2359 prop->chartype == ucp_Ll || in match()
2360 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match()
2365 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2370 if ((Fecode[2] != prop->chartype) == (Fop == OP_PROP)) in match()
2382 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2383 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2401 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2408 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2409 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
[all …]
Dpcre2_script_run.c399 if (ucd->chartype == ucp_Nd) in PRIV()
Dpcre2_internal.h1783 uint8_t chartype; /* ucp_Cc, etc. (general categories) */ member
1805 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
Dpcre2_jit_compile.c4723 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucd()
4763 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucdtype()
4794 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucdtype()
4796 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucdtype()
7854 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
7871 …URN_ADDR, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp129 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Arabic() local
165 m_eCharType = chartype; in AppendChar_Arabic()
196 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others() local
199 m_eCharType = chartype; in AppendChar_Others()
222 if (!m_bSingleLine && chartype != FX_CHARTYPE::kSpace && in AppendChar_Others()
231 FX_CHARTYPE chartype = FX_GetCharType(wch); in AppendChar() local
238 if (chartype != FX_CHARTYPE::kCombination && in AppendChar()
239 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) && in AppendChar()
243 chartype != FX_CHARTYPE::kControl)) { in AppendChar()
257 switch (chartype) { in AppendChar()
[all …]
Dcfx_break.cpp88 FX_CHARTYPE CFX_Break::GetUnifiedCharType(FX_CHARTYPE chartype) const { in GetUnifiedCharType()
89 return chartype >= FX_CHARTYPE::kArabicAlef ? FX_CHARTYPE::kArabic : chartype; in GetUnifiedCharType()
Dcfx_rtfbreak.cpp71 FX_CHARTYPE chartype = FX_GetCharType(wch); in AppendChar() local
80 if (chartype != FX_CHARTYPE::kCombination && in AppendChar()
81 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) && in AppendChar()
85 chartype != FX_CHARTYPE::kControl)) { in AppendChar()
92 switch (chartype) { in AppendChar()
119 m_eCharType = chartype; in AppendChar()
271 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others() local
294 if (chartype != FX_CHARTYPE::kSpace && in AppendChar_Others()