Home
last modified time | relevance | path

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

/external/icu4c/layout/
Dloengine.cpp106 le_int32 indexBase, in le_getCharIndicesWithBase() argument
116 le->getCharIndices(charIndices, indexBase, *success); in le_getCharIndicesWithBase()
Dloengine.h168 le_int32 indexBase,
DLEGlyphStorage.h188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
DLayoutEngine.h424 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
DLEGlyphStorage.cpp169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices() argument
188 charIndices[i] = fCharIndices[i] + indexBase; in getCharIndices()
DLayoutEngine.cpp160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() argument
162 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices()
/external/svox/pico/lib/
Dpicokpdf.h130 picoos_uint8 *indexBase; member
Dpicokpdf.c265 pdfphs->indexBase = &(this->base[pos]); in kpdfPHSInitialize()
266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32); in kpdfPHSInitialize()
Dpicosig.c338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32); in getPhsFromPdf()