Home
last modified time | relevance | path

Searched refs:charIndices (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/layout/
Dloengine.cpp90 le_int32 charIndices[], in le_getCharIndices() argument
100 le->getCharIndices(charIndices, *success); in le_getCharIndices()
105 le_int32 charIndices[], in le_getCharIndicesWithBase() argument
116 le->getCharIndices(charIndices, indexBase, *success); in le_getCharIndicesWithBase()
Dloengine.h150 le_int32 charIndices[],
167 le_int32 charIndices[],
DLEGlyphStorage.cpp169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices() argument
177 if (charIndices == NULL) { in getCharIndices()
188 charIndices[i] = fCharIndices[i] + indexBase; in getCharIndices()
192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices() argument
198 if (charIndices == NULL) { in getCharIndices()
208 LE_ARRAY_COPY(charIndices, fCharIndices, fGlyphCount); in getCharIndices()
DLEGlyphStorage.h175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
DLayoutEngine.h417 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
430 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
DLayoutEngine.cpp166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() argument
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices()
171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices() argument
173 fGlyphStorage->getCharIndices(charIndices, success); in getCharIndices()
/external/icu/icu4c/source/test/letest/
DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);
/external/chromium_org/third_party/icu/source/test/letest/
DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h194 le_uint32 *charIndices, le_bool rightToLeft);