Home
last modified time | relevance | path

Searched refs:LookupType (Results 1 – 25 of 30) sorted by relevance

12

/external/fonttools/Tests/varLib/data/master_ufo/TestFamily2-Master0.ufo/
Dfeatures.fea56 sub A by A.sc; # GSUB LookupType 1
67 sub ampersand by a n d; # GSUB LookupType 2
71 sub a from [a.alt A.sc]; # GSUB LookupType 3
75 sub f t by f_t; # GSUB LookupType 4
79 sub a' t by a.alt; # GSUB LookupType 6
/external/clang/include/clang/Lex/
DDirectoryLookup.h56 unsigned LookupType : 2; variable
71 LookupType(isFramework ? LT_Framework : LT_NormalDir), in DirectoryLookup()
80 : DirCharacteristic(DT), LookupType(LT_HeaderMap), in DirectoryLookup()
87 LookupType_t getLookupType() const { return (LookupType_t)LookupType; } in getLookupType()
/external/freetype/src/otvalid/
Dotvcommn.c357 FT_UInt LookupType, LookupFlag, SubTableCount; in otv_Lookup_validate() local
364 LookupType = FT_NEXT_USHORT( p ); in otv_Lookup_validate()
368 OTV_TRACE(( " (type %d)\n", LookupType )); in otv_Lookup_validate()
370 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate()
373 validate = otvalid->type_funcs[LookupType - 1]; in otv_Lookup_validate()
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java44 public enum LookupType { enum in RegexLookup
48 private LookupType _lookupType;
70 public RegexLookup(LookupType type) { in RegexLookup()
88 this(LookupType.OPTIMIZED_DIRECTORY_PATTERN_LOOKUP); in RegexLookup()
756 if (_lookupType == RegexLookup.LookupType.STAR_PATTERN_LOOKUP) { in get()
775 } else if (_lookupType == RegexLookup.LookupType.OPTIMIZED_DIRECTORY_PATTERN_LOOKUP) { in get()
839 if (_lookupType == RegexLookup.LookupType.STAR_PATTERN_LOOKUP) { in getAll()
860 } else if (_lookupType == RegexLookup.LookupType.OPTIMIZED_DIRECTORY_PATTERN_LOOKUP) { in getAll()
965 public static <T> RegexLookup<T> of(LookupType lookupType) { in of()
969 …public static <T> RegexLookup<T> of(LookupType lookupType, Transform<String, RegexFinder> transfor… in of()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp70 if (LookupList[index].LookupType == 1 && in GetVerticalGlyphSub()
229 rec->LookupType = GetUInt16(sp); in ParseLookup()
232 if (rec->LookupType != 1) in ParseLookup()
357 CFX_CTTGSUBTable::TLookup::TLookup() : LookupType(0), LookupFlag(0) {} in TLookup()
Dcfx_cttgsubtable.h116 uint16_t LookupType; member
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py28 assert all(t.LookupType == subtables[0].LookupType for t in subtables), \
30 repr([t.LookupType for t in subtables]))
32 self.LookupType = subtables[0].LookupType
/external/fonttools/Tests/feaLib/data/
Dspec6b_ii.fea2 # [GPOS LookupType 2] Enumerating pairs
Dspec6d2.fea2 # [GPOS LookupType 4] Mark-to-Base attachment positioning
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py53 if subtable.LookupType == 5:
55 elif subtable.LookupType == 4:
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh112 #define OT_LOOKUP(Name, LookupType, LookupFlag, SubLookupOffsets) \ argument
114 OT_UINT16(LookupType) \
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc442 const google::protobuf::Type* type = LookupType(field); in StartObject()
481 const google::protobuf::Type* type = LookupType(field); in StartList()
511 const google::protobuf::Type* type = LookupType(field); in RenderDataPiece()
699 const google::protobuf::Type* ProtoWriter::LookupType( in LookupType() function in google::protobuf::util::converter::ProtoWriter
Dproto_writer.h248 const google::protobuf::Type* LookupType(
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1212 while lookup.SubTable[0].__class__.LookupType == extType:
1218 lookup.LookupType = extType
1456 subTableType = subtable.ExtSubTable.__class__.LookupType
1459 newExtSubTableClass = lookupTypes[overflowRecord.tableType][extSubTable.__class__.LookupType]
1468 subTableType = subtable.__class__.LookupType
1559 cls.LookupType = enum
DotBase.py661 writer['LookupType'].setValue(self.__class__.LookupType)
/external/v8/src/torque/
Ddeclarations.cc59 const Type* Declarations::LookupType(const std::string& name) { in LookupType() function in v8::internal::torque::Declarations
84 return LookupType(name); in GetType()
Ddeclarations.h50 const Type* LookupType(const std::string& name);
Dimplementation-visitor.cc191 static_cast<const StructType*>(declarations()->LookupType(decl->name)); in Visit()
508 declarations()->LookupType(CONST_FLOAT64_TYPE_STRING); in Visit()
511 result_type = declarations()->LookupType(CONST_INT31_TYPE_STRING); in Visit()
513 result_type = declarations()->LookupType(CONST_INT32_TYPE_STRING); in Visit()
1343 const Type* raw_type = declarations()->LookupType(decl->name); in Visit()
/external/noto-fonts/emoji-compat/
Dcreatefont.py509 if subtable.LookupType == 5:
511 elif subtable.LookupType == 4:
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py821 lookup.LookupType, parseLookupSubTable = {
851 assert lookup.LookupType == subtable.LookupType
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java60 import org.unicode.cldr.util.RegexLookup.LookupType;
99 …static final RegexLookup<Boolean> HACK = RegexLookup.<Boolean> of(LookupType.STANDARD, RegexLookup…
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp635 TEST(TypeManager, LookupType) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp637 TEST(TypeManager, LookupType) { in TEST() argument
/external/fonttools/Lib/fontTools/
Dmerge.py672 synthLookup.LookupType = 1
/external/fonttools/Lib/fontTools/varLib/
Dmerger.py740 l.LookupType = sts[0].ExtensionLookupType

12