Searched refs:scriptx (Results 1 – 2 of 2) sorted by relevance
122 int32_t scriptx = ucd->scriptx; in PRIV() local135 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 …]
1800 int16_t scriptx; /* script extension value */ member1824 #define UCD_SCRIPTX(ch) GET_UCD(ch)->scriptx
Completed in 25 milliseconds