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

  /external/icu4c/layout/
NonContextualGlyphSubst.h 25 LookupTable table;
Lookups.cpp 15 const LookupTable *LookupListTable::getLookupTable(le_uint16 lookupTableIndex) const
23 return (const LookupTable *) ((char *) this + SWAPW(lookupTableOffset));
26 const LookupSubtable *LookupTable::getLookupSubtable(le_uint16 subtableIndex) const
LookupTables.h 31 struct LookupTable
49 struct BinarySearchLookupTable : LookupTable
62 struct SimpleArrayLookupTable : LookupTable
82 struct TrimmedArrayLookupTable : LookupTable
Lookups.h 41 struct LookupTable
56 const LookupTable *getLookupTable(le_uint16 lookupTableIndex) const;
LookupProcessor.h 32 struct LookupTable;
39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
LookupProcessor.cpp 22 le_uint32 LookupProcessor::applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator,
29 le_uint16 lookupType = SWAPW(lookupTable->lookupType);
30 le_uint16 subtableCount = SWAPW(lookupTable->subTableCount);
35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable);
72 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookup);
73 le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags);
78 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success);
98 const LookupTable *lookupTable = lookupListTable->getLookupTable(lookupTableIndex)
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 355 @Override protected void setBits(LookupTable table) {
386 @Override protected void setBits(LookupTable table) {
436 @Override protected void setBits(LookupTable table) {
453 @Override protected void setBits(LookupTable table) {
483 @Override protected void setBits(LookupTable table) {
612 @Override protected void setBits(LookupTable table) {
644 * {@link #setBits(LookupTable)}.
647 final LookupTable table = new LookupTable();
671 protected void setBits(LookupTable table)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 284 milliseconds