Searched refs:indexBase (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A Dloengine.cpp106 le_int32 indexBase,
116 le->getCharIndices(charIndices, indexBase, *success);
104 le_getCharIndicesWithBase(le_engine *engine, le_int32 charIndices[], le_int32 indexBase, LEErrorCode *success) argument
H A Dloengine.h160 * @param indexBase - an offset that will be added to each index.
168 le_int32 indexBase,
H A DLEGlyphStorage.h183 * @param indexBase - an offset which will be added to each index
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLayoutEngine.h419 * @param indexBase - an offset which will be added to each index
424 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLEGlyphStorage.cpp169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
188 charIndices[i] = fCharIndices[i] + indexBase;
H A DLayoutEngine.cpp164 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
166 fGlyphStorage->getCharIndices(charIndices, indexBase, success);

Completed in 123 milliseconds