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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLookupList.java16 private int lookupCount; field in class:LookupList
21 lookupCount = 0;
26 if (lookupCount >= lookups.length) {
33 lookups[lookupCount] = lookup;
35 return lookupCount++;
44 writer.writeData(lookupCount);
48 for (int i = 0; i < lookupCount; i += 1) {
52 for (int i = 0; i < lookupCount; i += 1) {
H A DFeature.java14 private int lookupCount; field in class:Feature
22 lookupCount = 0;
28 if (lookupCount >= lookupIndices.length) {
35 lookupIndices[lookupCount] = theLookupIndex;
36 lookupCount += 1;
43 writer.writeData(lookupCount);
45 for (int i = 0; i < lookupCount; i += 1) {
/external/icu/icu4c/source/layout/
H A DICUFeatures.h29 le_uint16 lookupCount; member in struct:FeatureTable
H A DLookupProcessor.cpp115 le_uint16 lookupCount = featureTable.isValid()? SWAPW(featureTable->lookupCount) : 0; local
118 LEReferenceToArrayOf<le_uint16> lookupListIndexArray(featureTable, success, featureTable->lookupListIndexArray, lookupCount);
120 for (le_uint16 lookup = 0; LE_SUCCESS(success) && lookup < lookupCount; lookup += 1) {
166 lookupListCount = SWAPW(lookupListTable->lookupCount);
212 featureReferences += SWAPW(featureTable->lookupCount);
223 featureReferences += SWAPW(featureTable->lookupCount);
H A DLookups.cpp17 LEReferenceToArrayOf<Offset> lookupTableOffsetArrayRef(base, success, (const Offset*)&lookupTableOffsetArray, SWAPW(lookupCount));
H A DLookups.h59 le_uint16 lookupCount; member in struct:LookupListTable
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh943 unsigned int lookupCount,
946 for (unsigned int i = 0; i < lookupCount; i++)
953 unsigned int lookupCount,
974 for (unsigned int i = 0; i < lookupCount && !buffer->in_error; i++)
1063 unsigned int lookupCount,
1071 lookupCount, lookupRecord);
1077 unsigned int lookupCount,
1085 lookupCount, lookupRecord);
1091 unsigned int lookupCount HB_UNUSED,
1102 unsigned int lookupCount,
942 recurse_lookups(context_t *c, unsigned int lookupCount, const LookupRecord lookupRecord[] ) argument
950 apply_lookup(hb_apply_context_t *c, unsigned int count, unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], unsigned int lookupCount, const LookupRecord lookupRecord[], unsigned int match_length) argument
1060 context_closure_lookup(hb_closure_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextClosureLookupContext &lookup_context) argument
1074 context_collect_glyphs_lookup(hb_collect_glyphs_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextCollectGlyphsLookupContext &lookup_context) argument
1099 context_apply_lookup(hb_apply_context_t *c, unsigned int inputCount, const USHORT input[], unsigned int lookupCount, const LookupRecord lookupRecord[], ContextApplyLookupContext &lookup_context) argument
1169 USHORT lookupCount; /* Number of LookupRecords */ member in struct:OT::Rule
1502 USHORT lookupCount; /* Number of LookupRecords */ member in struct:OT::ContextFormat3
1557 chain_context_closure_lookup(hb_closure_context_t *c, unsigned int backtrackCount, const USHORT backtrack[], unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[], unsigned int lookupCount, const LookupRecord lookupRecord[], ChainContextClosureLookupContext &lookup_context) argument
1581 chain_context_collect_glyphs_lookup(hb_collect_glyphs_context_t *c, unsigned int backtrackCount, const USHORT backtrack[], unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[], unsigned int lookupCount, const LookupRecord lookupRecord[], ChainContextCollectGlyphsLookupContext &lookup_context) argument
1622 chain_context_apply_lookup(hb_apply_context_t *c, unsigned int backtrackCount, const USHORT backtrack[], unsigned int inputCount, const USHORT input[], unsigned int lookaheadCount, const USHORT lookahead[], unsigned int lookupCount, const LookupRecord lookupRecord[], ChainContextApplyLookupContext &lookup_context) argument
[all...]

Completed in 166 milliseconds