Searched refs:getCharIndices (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.h | 175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const; 188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | loengine.cpp | 100 le->getCharIndices(charIndices, *success); in le_getCharIndices() 116 le->getCharIndices(charIndices, indexBase, *success); in le_getCharIndicesWithBase()
|
D | LayoutEngine.h | 424 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const; 437 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LayoutEngine.cpp | 166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() function in LayoutEngine 168 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices() 171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices() function in LayoutEngine 173 fGlyphStorage->getCharIndices(charIndices, success); in getCharIndices()
|
D | LEGlyphStorage.cpp | 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices() function in LEGlyphStorage 192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices() function in LEGlyphStorage
|
/external/icu/icu4c/source/test/letest/ |
D | letest.cpp | 101 engine->getCharIndices(NULL, status); in ParamTest() 108 engine->getCharIndices(indices, status); in ParamTest() 115 engine->getCharIndices(NULL, 1024, status); in ParamTest() 122 engine->getCharIndices(indices, 1024, status); in ParamTest() 267 engine->getCharIndices(indices, status); in AccessTest() 290 engine->getCharIndices(biasedIndices, 1024, status); in AccessTest() 705 engine->getCharIndices(actual.indices, success); in DataDrivenTest()
|
D | gendata.cpp | 321 engine->getCharIndices(indices, leStatus); in main()
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 474 engine->getCharIndices(&fGlyphToCharMap[glyphBase], runStart, layoutStatus); in ParagraphLayout()
|