Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.hh226 #define IN_HALF_BLOCK(u, Base) (((u) & ~0x7Fu) == (Base)) macro
228 #define IS_DEVA(u) (IN_HALF_BLOCK (u, 0x0900u))
229 #define IS_BENG(u) (IN_HALF_BLOCK (u, 0x0980u))
230 #define IS_GURU(u) (IN_HALF_BLOCK (u, 0x0A00u))
231 #define IS_GUJR(u) (IN_HALF_BLOCK (u, 0x0A80u))
232 #define IS_ORYA(u) (IN_HALF_BLOCK (u, 0x0B00u))
233 #define IS_TAML(u) (IN_HALF_BLOCK (u, 0x0B80u))
234 #define IS_TELU(u) (IN_HALF_BLOCK (u, 0x0C00u))
235 #define IS_KNDA(u) (IN_HALF_BLOCK (u, 0x0C80u))
236 #define IS_MLYM(u) (IN_HALF_BLOCK (u, 0x0D00u))
[all …]