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