Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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.h437 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.cpp166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() argument
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices()
/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp569 int32_t indexBase = result.length(); in encodeCharCEs() local
578 int32_t expansionIndex = result.length() - indexBase; in encodeCharCEs()
596 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions() local
601 int32_t contractionIndex = result.length() - indexBase; in encodeContractions()
647 for(; i < indexBase; i += 16) { in encodeContractions()
659 if((i - indexBase) % 16 == 0) { puts(""); } in encodeContractions()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java535 int indexBase = result.length(); in encodeCharCEs() local
544 int expansionIndex = result.length() - indexBase; in encodeCharCEs()
559 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions() local
564 int contractionIndex = result.length() - indexBase; in encodeContractions()
/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()
/external/deqp/modules/glshared/
DglsDrawTest.cpp1533 …seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase);
1538 … char* createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase);
1733 … seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) in generateIndices() argument
1740 data = createIndices<deUint8>(seed, elementCount, offset, min, max, indexBase); in generateIndices()
1744 data = createIndices<deUint16>(seed, elementCount, offset, min, max, indexBase); in generateIndices()
1748 data = createIndices<deUint32>(seed, elementCount, offset, min, max, indexBase); in generateIndices()
1760 …yGenerator::createIndices (int seed, int elementCount, int offset, int min, int max, int indexBase) in createIndices() argument
1774 DE_ASSERT(indexBase >= 0); // watch for underflows in createIndices()
1799 ndx += indexBase; in createIndices()
3257 …const int indexBase = (hasBaseVtx && spec.baseVertex < 0) ? (-spec.baseVertex) : (0); // sp… in iterate() local
[all …]