HomeSort by relevance Sort by last modified time
    Searched refs:sourceIndex (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java 231 int sourceIndex = source.position();
233 mySource = source.get(sourceIndex);
240 sourceIndex++;
242 return sourceIndex;
    [all...]
CharsetUTF16.java 289 int sourceIndex = source.position() - 1;
305 cr = fromUWriteBytes(this, temp, 0, 4, target, offsets, sourceIndex);
310 cr = fromUWriteBytes(this, temp, 0, 2, target, offsets, sourceIndex);
CharsetUTF32.java 214 int sourceIndex = source.position() - 1;
234 cr = fromUWriteBytes(this, temp, 0, 4, target, offsets, sourceIndex);
CharsetCompoundText.java 242 int sourceIndex = source.position();
256 } else if ((sourceIndex + (n - offset)) >= sourceLimit) {
258 } else if (source.get(sourceIndex + (n - offset)) != escSeqCompoundText[i][n]) {
270 source.position(sourceIndex + (escSeqCompoundText[i].length - offset));
CharsetLMBCS.java     [all...]
  /external/icu/icu4c/source/common/
ucnv.c 756 int32_t sourceIndex, int32_t errorInputLength) {
760 if(sourceIndex>=0) {
762 * adjust each offset by adding the previous sourceIndex
766 delta=sourceIndex-errorInputLength;
830 int32_t sourceIndex;
846 sourceIndex=0;
855 sourceIndex=-1;
876 realSourceIndex=sourceIndex;
882 sourceIndex=-1;
923 /* no sourceIndex adjustment for conversion, only for callback output *
    [all...]
ucnv2022.cpp 429 int32_t sourceIndex,
434 offsets, sourceIndex, pErrorCode);
    [all...]
ucnvhz.c 39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
44 *(offsets++) = sourceIndex-1; \
60 int32_t sourceIndex;
122 ((UConverterDataHZ*)cnv->extraInfo)->sourceIndex = 0;
ucnv_lmb.c 850 int sourceIndex = 0;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
BitSet.java 655 int sourceIndex = wordIndex(fromIndex);
659 for (int i = 0; i < targetWords - 1; i++, sourceIndex++)
660 result.words[i] = wordAligned ? words[sourceIndex] :
661 (words[sourceIndex] >>> fromIndex) |
662 (words[sourceIndex+1] << -fromIndex);
669 ((words[sourceIndex] >>> fromIndex) |
670 (words[sourceIndex+1] & lastWordMask) << -fromIndex)
672 ((words[sourceIndex] & lastWordMask) >>> fromIndex);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 595 int32_t sourceIndex;
596 CHECK(msg->findInt32("source-index", &sourceIndex));
603 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
611 writeAccessUnit(sourceIndex, buffer);
624 writeAccessUnit(sourceIndex, buffer);
639 sp<SourceInfo> source = mSources.editItemAt(sourceIndex);
645 sourceIndex, source->lastAccessUnitTimeUs() / 1E6);
822 int32_t sourceIndex, const sp<ABuffer> &accessUnit) {
827 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]
861 const unsigned PID = 0x1e0 + sourceIndex + 1
    [all...]
  /frameworks/base/core/java/android/os/
WorkSource.java 111 for (int sourceIndex = 1; sourceIndex < mNum; sourceIndex++) {
112 if (mUids[sourceIndex] == mUids[sourceIndex - 1]) {
115 mUids[destIndex] = mUids[sourceIndex];
  /external/v8/tools/
SourceMap.js 231 var sourceIndex = 0;
254 var sourceURL = sources[sourceIndex];
277 sourceIndex += sourceIndexDelta;
278 sourceURL = sources[sourceIndex];
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 

Completed in 967 milliseconds

12 3 4