HomeSort by relevance Sort by last modified time
    Searched refs:langSysTable (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
GlyphLookupTables.cpp 25 LEReferenceTo<LangSysTable> langSysTable = scriptListTable->findLanguage(scriptListTable,
29 // Note: don't have to SWAPW langSysTable->featureCount to check for non-zero.
30 return LE_SUCCESS(success)&&langSysTable.isValid() && langSysTable->featureCount != 0;
LookupProcessor.cpp 141 LEReferenceTo<LangSysTable> langSysTable;
152 langSysTable = scriptListTable->findLanguage(scriptListTable, scriptTag, languageTag, success);
154 if (langSysTable.isValid() && LE_SUCCESS(success)) {
155 featureCount = SWAPW(langSysTable->featureCount);
170 if (langSysTable.isEmpty() || featureListTable.isEmpty() || lookupListTable.isEmpty() ||
175 if(langSysTable.isValid()) {
176 requiredFeatureIndex = SWAPW(langSysTable->reqFeatureIndex);
203 LEReferenceToArrayOf<le_uint16> featureIndexArray(langSysTable, success, langSysTable->featureIndexArray, featureCount)
    [all...]

Completed in 161 milliseconds