OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:langSysTable
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
GlyphLookupTables.cpp
25
const
LangSysTable
*
langSysTable
= scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
28
// Note: don't have to SWAPW
langSysTable
->featureCount to check for non-zero.
29
return
langSysTable
!= NULL &&
langSysTable
->featureCount != 0;
LookupProcessor.cpp
139
const
LangSysTable
*
langSysTable
= NULL;
150
langSysTable
= scriptListTable->findLanguage(scriptTag, languageTag);
152
if (
langSysTable
!= 0) {
153
featureCount = SWAPW(
langSysTable
->featureCount);
166
if (
langSysTable
== NULL || featureListTable == NULL || lookupListTable == NULL ||
171
requiredFeatureIndex = SWAPW(
langSysTable
->reqFeatureIndex);
197
le_uint16 featureIndex = SWAPW(
langSysTable
->featureIndexArray[feature]);
238
le_uint16 featureIndex = SWAPW(
langSysTable
->featureIndexArray[feature]);
260
le_uint16 featureIndex = SWAPW(
langSysTable
->featureIndexArray[feature])
[
all
...]
Completed in 166 milliseconds