HomeSort by relevance Sort by last modified time
    Searched refs:indexBase (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/layout/
loengine.cpp 106 le_int32 indexBase,
116 le->getCharIndices(charIndices, indexBase, *success);
loengine.h 160 * @param indexBase - an offset that will be added to each index.
168 le_int32 indexBase,
LEGlyphStorage.h 183 * @param indexBase - an offset which will be added to each index
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LayoutEngine.h 425 * @param indexBase - an offset which will be added to each index
430 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LEGlyphStorage.cpp 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
188 charIndices[i] = fCharIndices[i] + indexBase;
LayoutEngine.cpp 166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
  /external/svox/pico/lib/
picokpdf.h 130 picoos_uint8 *indexBase;
picokpdf.c 265 pdfphs->indexBase = &(this->base[pos]);
266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32);
picosig.c 338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32);
    [all...]
  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.cpp 588 int32_t indexBase = result.length();
597 int32_t expansionIndex = result.length() - indexBase;
615 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS;
620 int32_t contractionIndex = result.length() - indexBase;
666 for(; i < indexBase; i += 16) {
678 if((i - indexBase) % 16 == 0) { puts(""); }
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_grid.js 305 var indexBase = this.getFirstItemInRow(verticalIndex);
309 var index = indexBase + horizontalIndex;
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1384 milliseconds