HomeSort by relevance Sort by last modified time
    Searched refs:SWAPL (Results 1 - 10 of 10) sorted by null

  /external/icu4c/layout/
MorphTables.cpp 26 le_uint32 chainCount = SWAPL(this->nChains);
30 FeatureFlags defaultFlags = SWAPL(chainHeader->defaultFlags);
31 le_uint32 chainLength = SWAPL(chainHeader->chainLength);
41 FeatureFlags subtableFeatures = SWAPL(subtableHeader->subtableFeatures);
SubtableProcessor.cpp 24 subtableFeatures = SWAPL(subtableHeader->subtableFeatures);
LESwaps.h 33 #define SWAPL(value) LESwaps::swapLong((le_uint32)(value))
LigatureSubstProc.cpp 71 action = SWAPL(*ap++);
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
66 offset1 = SWAPL(esh->encodingOffset);
70 offset10 = SWAPL(esh->encodingOffset);
94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
  /external/icu4c/samples/layout/
cmaps.cpp 21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
72 offset1 = SWAPL(esh->encodingOffset);
76 offset10 = SWAPL(esh->encodingOffset);
100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
GDIFontInstance.cpp 345 DWORD stag = SWAPL(tableTag);
  /external/icu4c/test/letest/
cmaps.cpp 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
66 offset1 = SWAPL(esh->encodingOffset);
70 offset10 = SWAPL(esh->encodingOffset);
94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
FontObject.cpp 65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) {
72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
77 if (SWAPL(directory->tableDirectory[table].tag) == tag) {
93 *length = SWAPL(entry->length);
97 fseek(file, SWAPL(entry->offset), SEEK_SET);
123 return (CMAPEncodingSubtable *) ((char *) cmapTable + SWAPL(esh->encodingOffset));
PortableFontInstance.cpp 123 fFontChecksum = SWAPL(headTable->checksumAdjustment);
192 if (SWAPL(fDirectory->tableDirectory[fDirExtra].tag) <= tag) {
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) {
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) {
221 *length = SWAPL(entry->length);
226 fseek(fFile, SWAPL(entry->offset), SEEK_SET);

Completed in 472 milliseconds