Searched defs:getCharIndices (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const function in class:LEGlyphStorage
192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const function in class:LayoutEngine
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const function in class:LayoutEngine
173 fGlyphStorage->getCharIndices(charIndices, success);

Completed in 944 milliseconds