Home
last modified time | relevance | path

Searched refs:lfBaselineIsLogicalEnd (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layout/
DLookups.h22lfBaselineIsLogicalEnd = 0x0001, // The MS spec. calls this flag "RightToLeft" but this name is … enumerator
DGlyphIterator.cpp145 return (lookupFlags & lfBaselineIsLogicalEnd) != 0; in baselineIsLogicalEnd()