/external/icu/icu4c/source/common/ |
D | ucnv_cb.c | 38 int32_t offsetIndex, in ucnv_cbFromUWriteBytes() argument 49 &args->offsets, offsetIndex, in ucnv_cbFromUWriteBytes() 57 int32_t offsetIndex, in ucnv_cbFromUWriteUChars() argument 94 *(args->offsets)++ = offsetIndex; in ucnv_cbFromUWriteUChars() 176 int32_t offsetIndex, in ucnv_cbFromUWriteSub() argument 202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err); in ucnv_cbFromUWriteSub() 207 converter->sharedData->impl->writeSub(args, offsetIndex, err); in ucnv_cbFromUWriteSub() 216 offsetIndex, err); in ucnv_cbFromUWriteSub() 221 offsetIndex, err); in ucnv_cbFromUWriteSub() 229 int32_t offsetIndex, in ucnv_cbToUWriteUChars() argument [all …]
|
D | ucnv_cnv.h | 167 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCo…
|
D | ucnvhz.c | 500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _HZ_WriteSub() argument 516 offsetIndex, err); in _HZ_WriteSub()
|
D | ucnv2022.cpp | 388 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err); 3447 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _ISO_2022_WriteSub() argument 3547 offsetIndex, err); in _ISO_2022_WriteSub()
|
D | ucnvmbcs.c | 5504 int32_t offsetIndex, in ucnv_MBCSWriteSub() argument 5559 ucnv_cbFromUWriteBytes(pArgs, subchar, length, offsetIndex, pErrorCode); in ucnv_MBCSWriteSub()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_cb.c | 38 int32_t offsetIndex, in ucnv_cbFromUWriteBytes() argument 49 &args->offsets, offsetIndex, in ucnv_cbFromUWriteBytes() 57 int32_t offsetIndex, in ucnv_cbFromUWriteUChars() argument 94 *(args->offsets)++ = offsetIndex; in ucnv_cbFromUWriteUChars() 176 int32_t offsetIndex, in ucnv_cbFromUWriteSub() argument 202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err); in ucnv_cbFromUWriteSub() 207 converter->sharedData->impl->writeSub(args, offsetIndex, err); in ucnv_cbFromUWriteSub() 216 offsetIndex, err); in ucnv_cbFromUWriteSub() 221 offsetIndex, err); in ucnv_cbFromUWriteSub() 229 int32_t offsetIndex, in ucnv_cbToUWriteUChars() argument [all …]
|
D | ucnv_cnv.h | 164 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCo…
|
D | ucnvhz.c | 500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _HZ_WriteSub() argument 516 offsetIndex, err); in _HZ_WriteSub()
|
D | ucnv2022.c | 386 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err); 3410 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _ISO_2022_WriteSub() argument 3510 offsetIndex, err); in _ISO_2022_WriteSub()
|
D | ucnvmbcs.c | 5507 int32_t offsetIndex, in ucnv_MBCSWriteSub() argument 5562 ucnv_cbFromUWriteBytes(pArgs, subchar, length, offsetIndex, pErrorCode); in ucnv_MBCSWriteSub()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv_cb.h | 89 int32_t offsetIndex, 107 int32_t offsetIndex, 125 int32_t offsetIndex, 144 int32_t offsetIndex, 158 int32_t offsetIndex,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucnv_cb.h | 89 int32_t offsetIndex, 107 int32_t offsetIndex, 125 int32_t offsetIndex, 144 int32_t offsetIndex, 158 int32_t offsetIndex,
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | SincResampler.cpp | 112 for (unsigned offsetIndex = 0; offsetIndex <= m_numberOfKernelOffsets; ++offsetIndex) { in initializeKernel() local 113 double subsampleOffset = static_cast<double>(offsetIndex) / m_numberOfKernelOffsets; in initializeKernel() 126 m_kernelStorage[i + offsetIndex * m_kernelSize] = sinc * window; in initializeKernel() 238 int offsetIndex = static_cast<int>(virtualOffsetIndex); in process() local 240 float* k1 = m_kernelStorage.data() + offsetIndex * m_kernelSize; in process() 251 double kernelInterpolationFactor = virtualOffsetIndex - offsetIndex; in process()
|
/external/chromium_org/cc/resources/ |
D | picture_layer_tiling_perftest.cc | 75 int offsetIndex = 0; in RunUpdateTilePrioritiesScrollingTest() local 84 viewport_rect = gfx::Rect(viewport_rect.x() + xoffsets[offsetIndex], in RunUpdateTilePrioritiesScrollingTest() 85 viewport_rect.y() + yoffsets[offsetIndex], in RunUpdateTilePrioritiesScrollingTest() 91 offsetIndex = (offsetIndex + 1) % 4; in RunUpdateTilePrioritiesScrollingTest()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 1424 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markVariableProducers() 1428 int offset = producerOffsets.instructionOffset(offsetIndex); in markVariableProducers() 1451 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markVariableInitializers() 1455 int offset = producerOffsets.instructionOffset(offsetIndex); in markVariableInitializers() 1552 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markStackEntryProducers() 1556 int offset = producerOffsets.instructionOffset(offsetIndex); in markStackEntryProducers() 2125 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in isAnyStackEntryNecessaryAfter() 2127 … if (isStackEntryNecessaryAfter(instructionOffsets.instructionOffset(offsetIndex), stackIndex)) in isAnyStackEntryNecessaryAfter()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | usrchtst.c | 1414 int offsetIndex = 0; in TestSetMatch() local 1450 while (offsetIndex < size) { in TestSetMatch() 1451 if (offsetIndex + 2 < size) { in TestSetMatch() 1452 if (usearch_following(strsrch, search.offset[offsetIndex + 2] - 1, in TestSetMatch() 1453 &status) != search.offset[offsetIndex + 2] || in TestSetMatch() 1456 search.offset[offsetIndex + 2] - 1); in TestSetMatch() 1459 if (offsetIndex + 1 < size) { in TestSetMatch() 1460 if (usearch_preceding(strsrch, search.offset[offsetIndex + 1] + in TestSetMatch() 1461 search.size[offsetIndex + 1] + 1, in TestSetMatch() 1462 &status) != search.offset[offsetIndex + 1] || in TestSetMatch() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 222 int offsetIndex = Leb128Utils.readUnsignedLeb128(bs); in readStringIndex() local 224 return offsetIndex - 1; in readStringIndex()
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 1513 int offsetIndex = 0; in TestSetMatch() local 1549 while (offsetIndex < size) { in TestSetMatch() 1550 if (offsetIndex + 2 < size) { in TestSetMatch() 1551 if (usearch_following(strsrch, search.offset[offsetIndex + 2] - 1, in TestSetMatch() 1552 &status) != search.offset[offsetIndex + 2] || in TestSetMatch() 1555 search.offset[offsetIndex + 2] - 1); in TestSetMatch() 1558 if (offsetIndex + 1 < size) { in TestSetMatch() 1559 if (usearch_preceding(strsrch, search.offset[offsetIndex + 1] + in TestSetMatch() 1560 search.size[offsetIndex + 1] + 1, in TestSetMatch() 1561 &status) != search.offset[offsetIndex + 1] || in TestSetMatch() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 347 offsetIndex = firstByte - subHeader.firstCode 348 gi = subHeader.glyphIndexArray[offsetIndex] 357 for offsetIndex in range(subHeader.entryCount): 358 charCode = charCodeOffset + offsetIndex 359 gi = subHeader.glyphIndexArray[offsetIndex]
|