Home
last modified time | relevance | path

Searched refs:lookupCount (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookupList.java16 private int lookupCount; field in LookupList
21 lookupCount = 0; in LookupList()
26 if (lookupCount >= lookups.length) { in addLookup()
33 lookups[lookupCount] = lookup; in addLookup()
35 return lookupCount++; in addLookup()
44 writer.writeData(lookupCount); in writeLookupList()
48 for (int i = 0; i < lookupCount; i += 1) { in writeLookupList()
52 for (int i = 0; i < lookupCount; i += 1) { in writeLookupList()
DFeature.java14 private int lookupCount; field in Feature
22 lookupCount = 0; in Feature()
28 if (lookupCount >= lookupIndices.length) { in addLookup()
35 lookupIndices[lookupCount] = theLookupIndex; in addLookup()
36 lookupCount += 1; in addLookup()
43 writer.writeData(lookupCount); in writeFeature()
45 for (int i = 0; i < lookupCount; i += 1) { in writeFeature()
/external/icu/icu4c/source/layout/
DLookupProcessor.cpp115 le_uint16 lookupCount = featureTable.isValid()? SWAPW(featureTable->lookupCount) : 0; in selectLookups() local
118 …nt16> lookupListIndexArray(featureTable, success, featureTable->lookupListIndexArray, lookupCount); in selectLookups()
120 for (le_uint16 lookup = 0; LE_SUCCESS(success) && lookup < lookupCount; lookup += 1) { in selectLookups()
166 lookupListCount = SWAPW(lookupListTable->lookupCount); in LookupProcessor()
212 featureReferences += SWAPW(featureTable->lookupCount); in LookupProcessor()
223 featureReferences += SWAPW(featureTable->lookupCount); in LookupProcessor()
DICUFeatures.h29 le_uint16 lookupCount; member
DLookups.cpp17 …okupTableOffsetArrayRef(base, success, (const Offset*)&lookupTableOffsetArray, SWAPW(lookupCount)); in getLookupTable()
DLookups.h59 le_uint16 lookupCount; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh943 unsigned int lookupCount, in recurse_lookups() argument
946 for (unsigned int i = 0; i < lookupCount; i++) in recurse_lookups()
953 unsigned int lookupCount, in apply_lookup() argument
974 for (unsigned int i = 0; i < lookupCount && !buffer->in_error; i++) in apply_lookup()
1063 unsigned int lookupCount, in context_closure_lookup() argument
1071 lookupCount, lookupRecord); in context_closure_lookup()
1077 unsigned int lookupCount, in context_collect_glyphs_lookup() argument
1085 lookupCount, lookupRecord); in context_collect_glyphs_lookup()
1091 unsigned int lookupCount HB_UNUSED, in context_would_apply_lookup()
1102 unsigned int lookupCount, in context_apply_lookup() argument
[all …]