Searched refs:le_engine (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | loengine.h | 28 typedef void le_engine; typedef 52 U_INTERNAL le_engine * U_EXPORT2 68 le_close(le_engine *engine); 95 le_layoutChars(le_engine *engine, 118 le_getGlyphCount(le_engine *engine, 133 le_getGlyphs(le_engine *engine, 149 le_getCharIndices(le_engine *engine, 166 le_getCharIndicesWithBase(le_engine *engine, 184 le_getGlyphPositions(le_engine *engine, 204 le_getGlyphPosition(le_engine *engine, [all …]
|
D | loengine.cpp | 18 U_CAPI le_engine * U_EXPORT2 27 …return (le_engine *) LayoutEngine::layoutEngineFactory(fontInstance, scriptCode, languageCode, typ… in le_create() 31 le_close(le_engine *engine) in le_close() 39 le_layoutChars(le_engine *engine, in le_layoutChars() 60 le_getGlyphCount(le_engine *engine, in le_getGlyphCount() 74 le_getGlyphs(le_engine *engine, in le_getGlyphs() 89 le_getCharIndices(le_engine *engine, in le_getCharIndices() 104 le_getCharIndicesWithBase(le_engine *engine, in le_getCharIndicesWithBase() 120 le_getGlyphPositions(le_engine *engine, in le_getGlyphPositions() 135 le_getGlyphPosition(le_engine *engine, in le_getGlyphPosition() [all …]
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 43 le_engine *engine = le_create(font, arabScriptCode, -1, 0, &status); in ParamTest() 192 le_engine *engine = NULL; in FactoryTest() 215 le_engine *engine =le_create(font, arabScriptCode, -1, 0, &status); in AccessTest() 451 le_engine *engine; in doTestCase()
|