Searched refs:CASED (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duscript_props.cpp41 const int32_t CASED = 1 << 26; member in namespace:__anon12067
49 0x0531 | RECOMMENDED | CASED, // Armn
53 0x03E2 | EXCLUSION | CASED, // Copt
54 0x042F | RECOMMENDED | CASED, // Cyrl
55 0x10414 | EXCLUSION | CASED, // Dsrt
60 0x03A9 | RECOMMENDED | CASED, // Grek
71 0x004C | RECOMMENDED | CASED, // Latn
102 0x2C00 | EXCLUSION | CASED, // Glag
268 return (getScriptProps(script) & CASED) != 0;
/external/icu/icu4c/source/common/
H A Duscript_props.cpp41 const int32_t CASED = 1 << 26; member in namespace:__anon21856
49 0x0531 | RECOMMENDED | CASED, // Armn
53 0x03E2 | EXCLUSION | CASED, // Copt
54 0x042F | RECOMMENDED | CASED, // Cyrl
55 0x10414 | EXCLUSION | CASED, // Dsrt
60 0x03A9 | RECOMMENDED | CASED, // Grek
71 0x004C | RECOMMENDED | CASED, // Latn
102 0x2C00 | EXCLUSION | CASED, // Glag
268 return (getScriptProps(script) & CASED) != 0;

Completed in 110 milliseconds