Searched refs:charIndices (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A Dloengine.cpp90 le_int32 charIndices[],
100 le->getCharIndices(charIndices, *success);
105 le_int32 charIndices[],
116 le->getCharIndices(charIndices, indexBase, *success);
89 le_getCharIndices(le_engine *engine, le_int32 charIndices[], LEErrorCode *success) argument
104 le_getCharIndicesWithBase(le_engine *engine, le_int32 charIndices[], le_int32 indexBase, LEErrorCode *success) argument
H A Dloengine.h143 * @param charIndices - the destiniation character index array
150 le_int32 charIndices[],
159 * @param charIndices - the destiniation character index array
167 le_int32 charIndices[],
H A DLEGlyphStorage.h170 * @param charIndices - the destiniation character index array
175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
182 * @param charIndices - the destiniation character index array
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLEGlyphStorage.cpp64 // testing for pre-existing glyph and charIndices arrays good enough?
96 // Initialize the charIndices array
169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
177 if (charIndices == NULL) {
188 charIndices[i] = fCharIndices[i] + indexBase;
192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const argument
198 if (charIndices == NULL) {
208 LE_ARRAY_COPY(charIndices, fCharIndices, fGlyphCount);
H A DLayoutEngine.h406 * @param charIndices - the destiniation character index array
411 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
418 * @param charIndices - the destiniation character index array
424 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLayoutEngine.cpp164 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
166 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
169 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const argument
171 fGlyphStorage->getCharIndices(charIndices, success);
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);

Completed in 183 milliseconds