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

  /external/icu4c/layout/
GlyphLookupTables.cpp 28 // Note: don't have to SWAPW langSysTable->featureCount to check for non-zero.
29 return langSysTable != NULL && langSysTable->featureCount != 0;
ICUFeatures.h 35 le_uint16 featureCount;
Features.cpp 18 if (featureIndex >= SWAPW(featureCount)) {
41 OpenTypeUtilities::getTagOffset(featureTag, (TagAndOffsetRecord *) featureRecordArray, SWAPW(featureCount));
49 int count = SWAPW(featureCount);
ScriptAndLanguage.h 26 le_uint16 featureCount;
LookupProcessor.cpp 130 le_uint16 featureCount = 0;
143 featureCount = SWAPW(langSysTable->featureCount);
157 featureCount == 0 || lookupListCount == 0) {
185 for (le_int32 feature = 0; feature < featureCount; feature += 1) {
218 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
240 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
IndicReordering.cpp 537 static const le_int32 featureCount = LE_ARRAY_SIZE(featureMap);
585 count = featureCount;
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHello.java 149 int featureCount;
152 featureCount = data.getInt();
153 for (i = 0; i < featureCount; i++) {
  /external/harfbuzz/src/
harfbuzz-open.h 52 HB_UShort FeatureCount; /* number of Feature indices */
120 HB_UShort FeatureCount; /* number of FeatureRecords */
harfbuzz-open.c 50 count = ls->FeatureCount = GET_UShort();
118 s->DefaultLangSys.FeatureCount = 0;
130 if ( s->LangSysCount == 0 && s->DefaultLangSys.FeatureCount == 0 )
369 count = fl->FeatureCount = GET_UShort();
426 count = fl->FeatureCount;
harfbuzz-dump.c 100 DUMP_FUINT (LangSys, FeatureCount);
102 for (i=0; i < LangSys->FeatureCount; i++)
175 DUMP_FUINT (FeatureList, FeatureCount);
177 for (i=0; i < FeatureList->FeatureCount; i++)
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
harfbuzz-shaper.cpp     [all...]

Completed in 2579 milliseconds