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

  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_cb.h 78 * @param offsetIndex the relative offset index from callback.
89 int32_t offsetIndex,
98 * @param offsetIndex the relative offset index from the current source pointer to be used
107 int32_t offsetIndex,
117 * @param offsetIndex the relative offset index from callback which will be set
125 int32_t offsetIndex,
136 * @param offsetIndex the relative offset index which will be written.
144 int32_t offsetIndex,
152 * @param offsetIndex the relative offset index from callback.
158 int32_t offsetIndex,
    [all...]
  /external/icu4c/common/unicode/
ucnv_cb.h 78 * @param offsetIndex the relative offset index from callback.
89 int32_t offsetIndex,
98 * @param offsetIndex the relative offset index from the current source pointer to be used
107 int32_t offsetIndex,
117 * @param offsetIndex the relative offset index from callback which will be set
125 int32_t offsetIndex,
136 * @param offsetIndex the relative offset index which will be written.
144 int32_t offsetIndex,
152 * @param offsetIndex the relative offset index from callback.
158 int32_t offsetIndex,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_cb.c 38 int32_t offsetIndex,
49 &args->offsets, offsetIndex,
57 int32_t offsetIndex,
94 *(args->offsets)++ = offsetIndex;
176 int32_t offsetIndex,
202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err);
207 converter->sharedData->impl->writeSub(args, offsetIndex, err);
216 offsetIndex, err);
221 offsetIndex, err);
229 int32_t offsetIndex,
    [all...]
ucnv_cnv.h 164 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode);
ucnvhz.c 500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) {
516 offsetIndex, err);
ucnv2022.c 386 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err);
    [all...]
ucnvmbcs.c     [all...]
  /external/icu4c/common/
ucnv_cb.c 38 int32_t offsetIndex,
49 &args->offsets, offsetIndex,
57 int32_t offsetIndex,
94 *(args->offsets)++ = offsetIndex;
176 int32_t offsetIndex,
202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err);
207 converter->sharedData->impl->writeSub(args, offsetIndex, err);
216 offsetIndex, err);
221 offsetIndex, err);
229 int32_t offsetIndex,
    [all...]
ucnv_cnv.h 167 typedef void (*UConverterWriteSub) (UConverterFromUnicodeArgs *pArgs, int32_t offsetIndex, UErrorCode *pErrorCode);
ucnvhz.c 500 _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err) {
516 offsetIndex, err);
ucnv2022.cpp 388 _ISO_2022_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *err);
    [all...]
ucnvmbcs.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
SincResampler.cpp 111 for (unsigned offsetIndex = 0; offsetIndex <= m_numberOfKernelOffsets; ++offsetIndex) {
112 double subsampleOffset = static_cast<double>(offsetIndex) / m_numberOfKernelOffsets;
125 m_kernelStorage[i + offsetIndex * m_kernelSize] = sinc * window;
237 int offsetIndex = static_cast<int>(virtualOffsetIndex);
239 float* k1 = m_kernelStorage.data() + offsetIndex * m_kernelSize;
250 double kernelInterpolationFactor = virtualOffsetIndex - offsetIndex;
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c     [all...]
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 702 var offsetIndex = opt_startIndex || 0;
704 opt_endIndex != null ? lines.slice(offsetIndex, opt_endIndex) :
705 opt_startIndex != null ? lines.slice(offsetIndex) :
740 {'upsideLineIndex': offsetIndex + upsideClosestLineIndex,
742 offsetIndex + downsideClosestLineIndex,
743 'upsidePointIndex': offsetIndex + upsideClosestPointIndex} :
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 222 int offsetIndex = readUnsignedLeb128(bs);
224 return offsetIndex - 1;
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 232 int offsetIndex = Leb128.readUnsignedLeb128(bs);
234 return offsetIndex - 1;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 222 int offsetIndex = Leb128Utils.readUnsignedLeb128(bs);
224 return offsetIndex - 1;
  /external/icu4c/test/cintltst/
usrchtst.c     [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1025 milliseconds