Home
last modified time | relevance | path

Searched refs:offsetIndex (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_cb.c38 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 …]
Ducnv_cnv.h167 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCo…
Ducnvhz.c500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _HZ_WriteSub() argument
516 offsetIndex, err); in _HZ_WriteSub()
Ducnv2022.cpp388 _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()
Ducnvmbcs.c5504 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/
Ducnv_cb.c38 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 …]
Ducnv_cnv.h164 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCo…
Ducnvhz.c500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) { in _HZ_WriteSub() argument
516 offsetIndex, err); in _HZ_WriteSub()
Ducnv2022.c386 _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()
Ducnvmbcs.c5507 int32_t offsetIndex, in ucnv_MBCSWriteSub() argument
5562 ucnv_cbFromUWriteBytes(pArgs, subchar, length, offsetIndex, pErrorCode); in ucnv_MBCSWriteSub()
/external/icu/icu4c/source/common/unicode/
Ducnv_cb.h89 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/
Ducnv_cb.h89 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/
DSincResampler.cpp112 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/
Dpicture_layer_tiling_perftest.cc75 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/
DEvaluationShrinker.java1424 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/
Dusrchtst.c1414 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/
DDebugInfoDecoder.java222 int offsetIndex = Leb128Utils.readUnsignedLeb128(bs); in readStringIndex() local
224 return offsetIndex - 1; in readStringIndex()
/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c1513 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.py347 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]