Home
last modified time | relevance | path

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

/external/icu4c/layout/
DMorphTables.cpp26 le_uint32 chainCount = SWAPL(this->nChains); in process()
30 FeatureFlags defaultFlags = SWAPL(chainHeader->defaultFlags); in process()
31 le_uint32 chainLength = SWAPL(chainHeader->chainLength); in process()
41 FeatureFlags subtableFeatures = SWAPL(subtableHeader->subtableFeatures); in process()
DSubtableProcessor.cpp24 subtableFeatures = SWAPL(subtableHeader->subtableFeatures); in SubtableProcessor()
DLESwaps.h33 #define SWAPL(value) LESwaps::swapLong((le_uint32)(value)) macro
DLigatureSubstProc.cpp71 action = SWAPL(*ap++); in processStateEntry()
/external/icu4c/test/letest/
DFontObject.cpp65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) { in findTable()
72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { in findTable()
77 if (SWAPL(directory->tableDirectory[table].tag) == tag) { in findTable()
93 *length = SWAPL(entry->length); in readTable()
97 fseek(file, SWAPL(entry->offset), SEEK_SET); in readTable()
123 return (CMAPEncodingSubtable *) ((char *) cmapTable + SWAPL(esh->encodingOffset)); in findCMAP()
Dcmaps.cpp15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
66 offset1 = SWAPL(esh->encodingOffset); in createUnicodeMapper()
70 offset10 = SWAPL(esh->encodingOffset); in createUnicodeMapper()
94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); in createUnicodeMapper()
DPortableFontInstance.cpp123 fFontChecksum = SWAPL(headTable->checksumAdjustment); in PortableFontInstance()
192 if (SWAPL(fDirectory->tableDirectory[fDirExtra].tag) <= tag) { in findTable()
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) { in findTable()
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) { in findTable()
221 *length = SWAPL(entry->length); in readTable()
226 fseek(fFile, SWAPL(entry->offset), SEEK_SET); in readTable()
/external/icu4c/samples/layout/
Dcmaps.cpp21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
72 offset1 = SWAPL(esh->encodingOffset); in createUnicodeMapper()
76 offset10 = SWAPL(esh->encodingOffset); in createUnicodeMapper()
100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); in createUnicodeMapper()
DGDIFontInstance.cpp345 DWORD stag = SWAPL(tableTag); in readFontTable()