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

  /external/icu/icu4c/source/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 166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
173 fGlyphStorage->getCharIndices(charIndices, success);

Completed in 53 milliseconds