OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headTag
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
FontObject.cpp
198
LETag
headTag
= 0x68656164; // 'head'
201
headTable = (HEADTable *) readTable(
headTag
, &length);
PortableFontInstance.cpp
89
const LETag
headTag
= LE_HEAD_TABLE_TAG;
115
headTable = (const HEADTable *) readFontTable(
headTag
);
/external/icu4c/test/letest/
FontObject.cpp
198
LETag
headTag
= 0x68656164; // 'head'
201
headTable = (HEADTable *) readTable(
headTag
, &length);
PortableFontInstance.cpp
89
const LETag
headTag
= LE_HEAD_TABLE_TAG;
115
headTable = (const HEADTable *) readFontTable(
headTag
);
Completed in 240 milliseconds