OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_HALF_BLOCK
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc
40
#define
IN_HALF_BLOCK
(u, Base) (((u) & ~0x7F) == (Base))
42
#define IS_DEVA(u) (
IN_HALF_BLOCK
(u, 0x0900))
43
#define IS_BENG(u) (
IN_HALF_BLOCK
(u, 0x0980))
44
#define IS_GURU(u) (
IN_HALF_BLOCK
(u, 0x0A00))
45
#define IS_GUJR(u) (
IN_HALF_BLOCK
(u, 0x0A80))
46
#define IS_ORYA(u) (
IN_HALF_BLOCK
(u, 0x0B00))
47
#define IS_TAML(u) (
IN_HALF_BLOCK
(u, 0x0B80))
48
#define IS_TELU(u) (
IN_HALF_BLOCK
(u, 0x0C00))
49
#define IS_KNDA(u) (
IN_HALF_BLOCK
(u, 0x0C80))
50
#define IS_MLYM(u) (
IN_HALF_BLOCK
(u, 0x0D00)
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc
40
#define
IN_HALF_BLOCK
(u, Base) (((u) & ~0x7F) == (Base))
42
#define IS_DEVA(u) (
IN_HALF_BLOCK
(u, 0x0900))
43
#define IS_BENG(u) (
IN_HALF_BLOCK
(u, 0x0980))
44
#define IS_GURU(u) (
IN_HALF_BLOCK
(u, 0x0A00))
45
#define IS_GUJR(u) (
IN_HALF_BLOCK
(u, 0x0A80))
46
#define IS_ORYA(u) (
IN_HALF_BLOCK
(u, 0x0B00))
47
#define IS_TAML(u) (
IN_HALF_BLOCK
(u, 0x0B80))
48
#define IS_TELU(u) (
IN_HALF_BLOCK
(u, 0x0C00))
49
#define IS_KNDA(u) (
IN_HALF_BLOCK
(u, 0x0C80))
50
#define IS_MLYM(u) (
IN_HALF_BLOCK
(u, 0x0D00)
[
all
...]
Completed in 54 milliseconds