Searched refs:ScriptTable (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DScriptAndLanguage.h31 struct ScriptTable struct
39 LE_VAR_ARRAY(ScriptTable, langSysRecordArray)
48 LEReferenceTo<ScriptTable> findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const;
H A DScriptAndLanguage.cpp14 LEReferenceTo<LangSysTable> ScriptTable::findLanguage(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const
36 LEReferenceTo<ScriptTable> ScriptListTable::findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const
39 return LEReferenceTo<ScriptTable>(); // get out
56 return LEReferenceTo<ScriptTable>(); // no items, no search
63 return LEReferenceTo<ScriptTable>(); // couldn't even read the first record - bad font.
87 return LEReferenceTo<ScriptTable>(base, success, scriptTableOffset);
90 return LEReferenceTo<ScriptTable>();
95 const LEReferenceTo<ScriptTable> scriptTable = findScript(base, scriptTag, success);
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h2118 #define ScriptTable U_ICU_ENTRY_POINT_RENAME(ScriptTable) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h2118 #define ScriptTable U_ICU_ENTRY_POINT_RENAME(ScriptTable) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h2118 #define ScriptTable U_ICU_ENTRY_POINT_RENAME(ScriptTable) macro

Completed in 157 milliseconds