HomeSort by relevance Sort by last modified time
    Searched full:sourceindex (Results 26 - 50 of 83) 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...]
CharsetUTF32.java 214 int sourceIndex = source.position() - 1;
234 cr = fromUWriteBytes(this, temp, 0, 4, target, offsets, sourceIndex);
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);
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/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/text/
CollationKey.java 514 int sourceindex = 0; local
526 while (source.m_key_[sourceindex] < 0
527 || source.m_key_[sourceindex] >= MERGE_SEPERATOR_) {
528 result[rindex++] = source.m_key_[sourceindex++];
534 && source.m_key_[sourceindex]
537 ++sourceindex;
553 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
554 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
  /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...]
ucnv_cnv.h 301 int32_t sourceIndex,
308 int32_t sourceIndex,
316 int32_t sourceIndex,
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...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationKey.java 527 int sourceindex = 0; local
539 while (source.m_key_[sourceindex] < 0
540 || source.m_key_[sourceindex] >= MERGE_SEPERATOR_) {
541 result[rindex++] = source.m_key_[sourceindex++];
547 && source.m_key_[sourceindex]
550 ++sourceindex;
566 else if ((remainingLength = source.m_length_ - sourceindex) > 0) {
567 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
  /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];
  /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...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso-web-2.2.2-release-no-dep.jar 
espresso-web-2.2.2-release.jar 
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java     [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
jquery-1.4.2.min.js     [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery-1.4.2.min.js     [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 962 // PID = b0 0001 1110 ???? (13 bits) [0x1e0 + 1 + sourceIndex]

Completed in 352 milliseconds

12 3 4