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

/external/icu4c/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.cpp160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const function in class:LayoutEngine
162 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
165 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const function in class:LayoutEngine
167 fGlyphStorage->getCharIndices(charIndices, success);

Completed in 67 milliseconds