OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lafComponentOffsetMask
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
LigatureSubstitution.h
62
lafComponentOffsetMask
= 0x3FFFFFFF
LigatureSubstProc.cpp
77
offset = action &
lafComponentOffsetMask
;
79
const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset,
lafComponentOffsetMask
));
LigatureSubstProc2.cpp
80
offset = action &
lafComponentOffsetMask
;
83
i += SWAPW(componentTable[LE_GET_GLYPH(glyphStorage[componentGlyph]) + (SignExtend(offset,
lafComponentOffsetMask
))]);
Completed in 128 milliseconds