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

  /external/icu/icu4c/source/layout/
ScriptAndLanguage.h 34 le_uint16 langSysCount;
ScriptAndLanguage.cpp 16 le_uint16 count = SWAPW(langSysCount);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 87 for (int j = 0; j < (ScriptList.ScriptRecord + i)->Script.LangSysCount; ++j) {
234 rec->LangSysCount = GetUInt16(sp);
235 if(rec->LangSysCount <= 0) {
238 rec->LangSysRecord = new struct TLangSysRecord[rec->LangSysCount];
239 for(i = 0; i < rec->LangSysCount; i++) {
ttgsubtable.h 72 TT_uint16_t LangSysCount;
74 TScript(): DefaultLangSys(0), LangSysCount(0), LangSysRecord(NULL) {}
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 19 ('uint16', 'LangSysCount', None, None, 'Number of LangSysRecords for this script-excluding the DefaultLangSys'),
20 ('struct', 'LangSysRecord', 'LangSysCount', 0, 'Array of LangSysRecords-listed alphabetically by LangSysTag'),
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py     [all...]

Completed in 108 milliseconds