OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATag
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
OpenTypeTables.h
22
typedef le_uint8
ATag
[4];
28
#define SWAPT(
atag
) ((LETag) ((
atag
[0] << 24) + (
atag
[1] << 16) + (
atag
[2] << 8) +
atag
[3]))
32
ATag
tag;
ICUFeatures.h
22
ATag
featureTag;
Completed in 10 milliseconds