Searched defs:scriptTag (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DGlyphLookupTables.cpp15 le_bool GlyphLookupTableHeader::coversScript(LETag scriptTag) const
19 return scriptListOffset != 0 && scriptListTable->findScript(scriptTag) != NULL;
22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const argument
25 const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
H A DGlyphPositioningTables.cpp20 LETag scriptTag, LETag languageTag,
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
19 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DGlyphSubstitutionTables.cpp22 LETag scriptTag,
35 GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
20 process(LEGlyphStorage &glyphStorage, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode &success) const argument
H A DScriptAndLanguage.cpp35 const ScriptTable *ScriptListTable::findScript(LETag scriptTag) const
57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) {
63 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArray, count);
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const argument
75 const ScriptTable *scriptTable = findScript(scriptTag);
H A DGlyphPosnLookupProc.cpp36 LETag scriptTag,
47 scriptTag,
34 GlyphPositioningLookupProcessor( const GlyphPositioningTableHeader *glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphSubstLookupProc.cpp30 LETag scriptTag,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
28 GlyphSubstitutionLookupProcessor( const GlyphSubstitutionTableHeader *glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DLookupProcessor.cpp129 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
146 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag);
127 LookupProcessor(const char *baseAddress, Offset scriptListOffset, Offset featureListOffset, Offset lookupListOffset, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures, LEErrorCode& success) argument
H A DLayoutEngine.cpp205 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); local
209 if (canonGSUBTable->coversScript(scriptTag)) {
264 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
528 LETag scriptTag = 0x00000000; local
538 else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode))) {
574 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) {
/external/webkit/Source/JavaScriptCore/tests/mozilla/
H A Dmklistpage.pl47 print (&scriptTag($javascript) . "\n");
210 sub scriptTag { subroutine

Completed in 124 milliseconds