Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_script_run.c122 int32_t scriptx = ucd->scriptx; in PRIV() local
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()
193 if (scriptx != ucp_Han && scriptx != ucp_Bopomofo) return FALSE; in PRIV()
197 if (scriptx != ucp_Han && scriptx != ucp_Hangul) return FALSE; in PRIV()
218 switch(scriptx) in PRIV()
[all …]
H A Dpcre2_internal.h1800 int16_t scriptx; /* script extension value */ member
1824 #define UCD_SCRIPTX(ch) GET_UCD(ch)->scriptx

Completed in 24 milliseconds