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

/external/icu/icu4c/source/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.h412 * @param charIndices - the destiniation character index array
417 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
424 * @param charIndices - the destiniation character index array
430 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLayoutEngine.cpp166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const argument
173 fGlyphStorage->getCharIndices(charIndices, success);
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);
/external/icu/icu4c/source/test/letest/
H A DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);

Completed in 2878 milliseconds