HomeSort by relevance Sort by last modified time
    Searched defs:getCharIndices (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.cpp 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
LayoutEngine.cpp 164 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
166 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
169 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
171 fGlyphStorage->getCharIndices(charIndices, success);

Completed in 66 milliseconds