Home
last modified time | relevance | path

Searched refs:scriptx (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_script_run.c122 int32_t scriptx = ucd->scriptx; in PRIV() local
127 if (scriptx == ucp_Unknown) return FALSE; in PRIV()
135 if (scriptx != ucp_Inherited) in PRIV()
137 if (scriptx != ucp_Common) in PRIV()
145 if (scriptx > 0) in PRIV()
154 switch(scriptx) in PRIV()
178 require_script = scriptx; in PRIV()
187 if (scriptx != ucp_Han && scriptx != ucp_Hiragana && in PRIV()
188 scriptx != ucp_Katakana) in PRIV()
193 if (scriptx != ucp_Han && scriptx != ucp_Bopomofo) return FALSE; in PRIV()
[all …]
Dpcre2_internal.h1787 int16_t scriptx; /* script extension value */ member
1811 #define UCD_SCRIPTX(ch) GET_UCD(ch)->scriptx