Home
last modified time | relevance | path

Searched refs:getV2ScriptTag (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DOpenTypeLayoutEngine.h114 static LETag getV2ScriptTag(le_int32 scriptCode);
DOpenTypeLayoutEngine.cpp146 LETag OpenTypeLayoutEngine::getV2ScriptTag(le_int32 scriptCode) in getV2ScriptTag() function in OpenTypeLayoutEngine
174 fScriptTagV2 = getV2ScriptTag(fScriptCode); in setScriptAndLanguageTags()
DLayoutEngine.cpp530 LETag v2ScriptTag = OpenTypeLayoutEngine::getV2ScriptTag(scriptCode); in layoutEngineFactory()