Searched refs:charIndices (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | loengine.cpp | 90 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()
|
D | loengine.h | 150 le_int32 charIndices[], 167 le_int32 charIndices[],
|
D | LEGlyphStorage.cpp | 169 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()
|
D | LEGlyphStorage.h | 175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const; 188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LayoutEngine.h | 417 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const; 430 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LayoutEngine.cpp | 166 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/ |
D | FontObject.h | 194 le_uint32 *charIndices, le_bool rightToLeft);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
D | FontObject.h | 194 le_uint32 *charIndices, le_bool rightToLeft);
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | FontObject.h | 194 le_uint32 *charIndices, le_bool rightToLeft);
|