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

  /external/icu4c/layout/
ScriptAndLanguage.h 33 le_uint16 langSysCount;
ScriptAndLanguage.cpp 16 le_uint16 count = SWAPW(langSysCount);
  /external/harfbuzz/src/
harfbuzz-open.h 71 HB_UShort LangSysCount; /* number of LangSysRecords */
harfbuzz-open.c 125 count = s->LangSysCount = GET_UShort();
130 if ( s->LangSysCount == 0 && s->DefaultLangSys.FeatureCount == 0 )
187 count = s->LangSysCount;
harfbuzz-dump.c 112 DUMP_FUINT (ScriptTable, LangSysCount);
114 for (i=0; i < ScriptTable->LangSysCount; i++)
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 71 HB_UShort LangSysCount; /* number of LangSysRecords */
harfbuzz-open.c 125 count = s->LangSysCount = GET_UShort();
130 if ( s->LangSysCount == 0 && s->DefaultLangSys.FeatureCount == 0 )
187 count = s->LangSysCount;
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]

Completed in 500 milliseconds