HomeSort by relevance Sort by last modified time
    Searched defs:startIndex (Results 1 - 25 of 44) sorted by null

1 2

  /external/proguard/src/proguard/classfile/util/
ExternalTypeEnumeration.java 81 int startIndex = index;
85 startIndex);
91 startIndex);
98 return descriptor.substring(startIndex, index++).trim();
InternalTypeEnumeration.java 84 int startIndex = index;
104 return descriptor.substring(startIndex, index);
  /external/chromium/third_party/icu/public/common/unicode/
chariter.h 510 * (toward startIndex()), and returns that code unit. If there are
519 * (toward startIndex()), and returns that code point. If there are
547 inline int32_t startIndex(void) const;
696 CharacterIterator::startIndex(void) const {
  /external/icu4c/common/unicode/
chariter.h 510 * (toward startIndex()), and returns that code unit. If there are
519 * (toward startIndex()), and returns that code point. If there are
547 inline int32_t startIndex(void) const;
696 CharacterIterator::startIndex(void) const {
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncSubstring.java 58 int startIndex;
66 startIndex = 0;
71 startIndex = (start > 0) ? (int) start - 1 : 0;
85 if (startIndex > lenOfS1)
86 startIndex = lenOfS1;
88 substr = s1.substring(startIndex, end);
92 if (startIndex > lenOfS1)
93 startIndex = lenOfS1;
94 substr = s1.substring(startIndex);
  /cts/tools/host/src/com/android/cts/
ReferenceAppTestPackage.java 123 int startIndex = 4; // OK (5 tests)
  /external/chromium/third_party/icu/source/common/
normlzr.cpp 413 int32_t Normalizer::startIndex() const {
serv.cpp 467 int32_t startIndex = 0;
474 startIndex = i + 1;
478 if (startIndex == 0) {
499 int32_t index = startIndex;
uhash.c 334 int32_t theIndex, startIndex;
340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length;
366 } while (theIndex != startIndex);
    [all...]
  /external/icu4c/common/
normlzr.cpp 346 int32_t Normalizer::startIndex() const {
347 return text->startIndex();
serv.cpp 467 int32_t startIndex = 0;
474 startIndex = i + 1;
478 if (startIndex == 0) {
499 int32_t index = startIndex;
uhash.c 334 int32_t theIndex, startIndex;
340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length;
366 } while (theIndex != startIndex);
    [all...]
  /external/proguard/src/proguard/
WordReader.java 176 int startIndex = currentIndex;
179 char startChar = currentLine.charAt(startIndex);
190 startIndex++;
200 currentWord = currentLine.substring(startIndex-1, currentIndex);
229 currentWord = currentLine.substring(startIndex, endIndex);
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 104 int startIndex =
128 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
  /frameworks/base/libs/utils/
Debug.cpp 238 const size_t startIndex = word+(alignment-(alignment?1:0));
241 const size_t startIndex = word;
253 const unsigned char val = *(pos+startIndex+(index*dir));
270 const unsigned char val = *(pos+startIndex+(index*dir));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
IconMerger.java 77 int startIndex = -1;
81 startIndex = i+1;
89 if (moreView == null || startIndex < 0) {
93 + " startIndex=" + startIndex);
111 for (i=startIndex; i<N; i++) {
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 87 int startIndex = mNextServerIndex;
103 if (mNextServerIndex == startIndex) break;
  /external/chromium/third_party/icu/source/i18n/
plurfmt.cpp 475 int32_t startIndex=0;
491 result += UnicodeString(message, startIndex, i);
493 startIndex = i + 1;
498 if ( startIndex < message.length() ) {
499 result += UnicodeString(message, startIndex, message.length()-startIndex);
  /external/icu4c/i18n/
plurfmt.cpp 475 int32_t startIndex=0;
491 result += UnicodeString(message, startIndex, i);
493 startIndex = i + 1;
498 if ( startIndex < message.length() ) {
499 result += UnicodeString(message, startIndex, message.length()-startIndex);
  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 301 int startIndex = indexForVisiblePosition(startOfSelection);
314 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 361 var startIndex = Math.max(0, Math.min(Math.floor(visibleTop / rowHeight) - 1, recordsInWindow.length - 1));
362 while (startIndex > 0 && recordsInWindow[startIndex].parent)
363 startIndex--;
369 const top = (startIndex * rowHeight) + "px";
381 for (var i = startIndex; i < endIndex; ++i) {
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 332 int startIndex = startOrdinal / BIT_IN_LONG;
339 if (startIndex == endIndex) {
341 size -= Long.bitCount(bits[startIndex]);
342 bits[startIndex] |= range;
343 size += Long.bitCount(bits[startIndex]);
347 size -= Long.bitCount(bits[startIndex]);
348 bits[startIndex] |= range;
349 size += Long.bitCount(bits[startIndex]);
357 for (int i = (startIndex + 1); i <= (endIndex - 1); i++) {
  /external/webkit/WebCore/platform/graphics/
FontCache.cpp 375 int startIndex = familyIndex;
377 for (int i = 0; startFamily && i < startIndex; i++)
402 if (!result && startIndex == 0) {
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 314 int startIndex = 0;
339 startIndex = writeLength;
346 out.write(currentBlock, startIndex, writeLength);
351 out.write(currentBlock, startIndex, writeLength);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 268 int startIndex = startPosition - 2000; // include 250ms before speech
269 if (startIndex < 0) {
270 startIndex = 0;
275 final int count = (endIndex - startIndex) / numSamplePerWave;
283 final int avabs = getAverageAbs(waveBuffer, startIndex, i , numSamplePerWave);

Completed in 1461 milliseconds

1 2