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

  /libcore/luni/src/main/java/java/lang/
Void.java 33 public static final Class<Void> TYPE = lookupType();
38 private static Class<Void> lookupType() {
  /external/icu/icu4c/source/layout/
ExtensionSubtables.h 30 le_uint32 process(const LookupProcessor *lookupProcessor, const LETableReference &base, le_uint16 lookupType, // Google patch: add base
ExtensionSubtables.cpp 26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, const LETableReference &base, le_uint16 lookupType, // Google patch: add base
36 if (elt != lookupType) {
GlyphSubstLookupProc.cpp 51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType,
60 switch(lookupType)
117 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
GlyphPosnLookupProc.h 39 virtual le_uint32 applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
GlyphSubstLookupProc.h 41 virtual le_uint32 applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
GlyphPosnLookupProc.cpp 62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType,
73 switch(lookupType)
146 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
Lookups.h 48 le_uint16 lookupType;
LookupProcessor.cpp 29 le_uint16 lookupType = SWAPW(lookupTable->lookupType);
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 39 public int lookupType;
117 profileSegment.lookupType = LOOKUP_TYPE_PROFILE;
126 int lookupType = -1;
146 lookupType = LOOKUP_TYPE_SOURCE_ID;
149 lookupType = LOOKUP_TYPE_SOURCE_ID;
152 lookupType = LOOKUP_TYPE_DISPLAY_NAME;
154 lookupType = LOOKUP_TYPE_RAW_CONTACT_ID;
160 switch (lookupType) {
247 segment.lookupType = lookupType;
    [all...]
NameLookupBuilder.java 82 protected abstract void insertNameLookup(long rawContactId, long dataId, int lookupType,
267 int lookupType, boolean buildCollationKey) {
277 insertNameLookup(rawContactId, dataId, lookupType, mStringBuilder.toString());
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameLookupBuilderTest.java 70 protected void insertNameLookup(long rawContactId, long dataId, int lookupType,
72 sb.append("(").append(lookupType).append(":").append(string).append(")");
ContactLookupKeyTest.java 233 assertEquals(types[i], segment.lookupType);
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 96 public static final Type OBJECT = lookupType("java.lang.Object");
98 public static final Type SERIALIZABLE = lookupType("java.io.Serializable");
100 public static final Type CLONEABLE = lookupType("java.lang.Cloneable");
102 public static final Type THROWABLE = lookupType("java.lang.Throwable");
130 private static Type lookupType(String name) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 19 elif name.endswith("Count") or name.endswith("LookupType"):
64 self.isLookupType = name.endswith("LookupType")
269 def getConverter(self, tableType, lookupType):
270 tableClass = self.lookupTypes[tableType][lookupType]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 564 inline unsigned int get_type (void) const { return lookupType; }
587 lookupType.set (lookup_type);
610 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1595 milliseconds