/external/icu/icu4c/source/layout/ |
D | loengine.cpp | 106 le_int32 indexBase, in le_getCharIndicesWithBase() argument 116 le->getCharIndices(charIndices, indexBase, *success); in le_getCharIndicesWithBase()
|
D | loengine.h | 168 le_int32 indexBase,
|
D | LEGlyphStorage.h | 188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LayoutEngine.h | 437 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LEGlyphStorage.cpp | 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices() argument 188 charIndices[i] = fCharIndices[i] + indexBase; in getCharIndices()
|
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()
|
/external/icu/icu4c/source/i18n/ |
D | collationfastlatinbuilder.cpp | 569 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/ |
D | CollationFastLatinBuilder.java | 535 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/ |
D | picokpdf.h | 130 picoos_uint8 *indexBase; member
|
D | picokpdf.c | 265 pdfphs->indexBase = &(this->base[pos]); in kpdfPHSInitialize() 266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32); in kpdfPHSInitialize()
|
D | picosig.c | 338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32); in getPhsFromPdf()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1533 …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 …]
|