Lines Matching refs:CASED
40 const int32_t CASED = 1 << 26; variable
48 0x0531 | RECOMMENDED | CASED, // Armn
51 0x13C4 | LIMITED_USE | CASED, // Cher
52 0x03E2 | EXCLUSION | CASED, // Copt
53 0x042F | RECOMMENDED | CASED, // Cyrl
54 0x10414 | EXCLUSION | CASED, // Dsrt
59 0x03A9 | RECOMMENDED | CASED, // Grek
70 0x004C | RECOMMENDED | CASED, // Latn
101 0x2C00 | EXCLUSION | CASED, // Glag
121 0x10CA1 | EXCLUSION | RTL | CASED, // Hung
191 0x118B4 | EXCLUSION | CASED, // Wara
273 return (getScriptProps(script) & CASED) != 0; in uscript_isCased()