Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/letest/
DFontObject.cpp198 LETag headTag = 0x68656164; // 'head' in getUnitsPerEM() local
201 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM()
DPortableFontInstance.cpp104 const LETag headTag = LE_HEAD_TABLE_TAG; in PortableFontInstance() local
131 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp198 LETag headTag = 0x68656164; // 'head' in getUnitsPerEM() local
201 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM()
DPortableFontInstance.cpp103 const LETag headTag = LE_HEAD_TABLE_TAG; in PortableFontInstance() local
130 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
/external/chromium-trace/catapult/third_party/beautifulsoup4/
DNEWS.txt967 This lets you do tree traversals like soup.htmlTag.headTag.titleTag
969 there. Previously, if there was no 'head' tag in the document, headTag