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

1 2

  /external/proguard/src/proguard/
WordReader.java 44 private int currentIndex;
134 currentIndex < currentLineLength &&
135 Character.isWhitespace(currentLine.charAt(currentIndex)))
137 currentIndex++;
141 while (currentLine == null || currentIndex == currentLineLength)
167 currentIndex = 0;
168 while (currentIndex < currentLineLength &&
169 Character.isWhitespace(currentLine.charAt(currentIndex)))
171 currentIndex++;
176 int startIndex = currentIndex;
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java 61 protected int currentIndex;
94 this.currentIndex = findNext(-1);
143 return (this.currentIndex >= 0);
157 final int current = this.currentIndex;
163 this.currentIndex = findNext(current);
194 this.currentIndex--; // adjust for the removed element
BasicHeaderIterator.java 61 protected int currentIndex;
87 this.currentIndex = findNext(-1);
130 return (this.currentIndex >= 0);
144 final int current = this.currentIndex;
149 this.currentIndex = findNext(current);
  /external/chromium/third_party/icu/source/tools/gensprep/
store.c 154 static int16_t currentIndex = 0; /* the current index into the data trie */
271 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex;
276 limitIndex = currentIndex;
284 trieWord = currentIndex << 2;
318 if(currentIndex+value->length+1 > _SPREP_MAX_INDEX_VALUE){
319 fprintf(stderr, "Too many entries in the mapping table %i. Maximum allowed is %i\n", currentIndex+value->length, _SPREP_MAX_INDEX_VALUE);
324 if(currentIndex+value->length+1 <= mappingDataCapacity){
328 mappingData[currentIndex++] = (uint16_t) mappingLength;
331 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
332 currentIndex += value->length
    [all...]
  /external/icu4c/tools/gensprep/
store.c 154 static int16_t currentIndex = 0; /* the current index into the data trie */
271 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex;
276 limitIndex = currentIndex;
284 trieWord = currentIndex << 2;
318 if(currentIndex+value->length+1 > _SPREP_MAX_INDEX_VALUE){
319 fprintf(stderr, "Too many entries in the mapping table %i. Maximum allowed is %i\n", currentIndex+value->length, _SPREP_MAX_INDEX_VALUE);
324 if(currentIndex+value->length+1 <= mappingDataCapacity){
328 mappingData[currentIndex++] = (uint16_t) mappingLength;
331 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
332 currentIndex += value->length
    [all...]
  /external/icu4c/common/
normlzr.cpp 34 currentIndex(0), nextIndex(0),
43 currentIndex(0), nextIndex(0),
52 currentIndex(0), nextIndex(0),
61 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
101 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
288 currentIndex=nextIndex=text->setToStart();
295 currentIndex=nextIndex=text->getIndex();
314 currentIndex=nextIndex=text->setToEnd();
335 return currentIndex;
    [all...]
ulist.c 30 int32_t currentIndex;
52 newList->currentIndex = -1;
66 list->currentIndex = 0;
118 list->currentIndex++;
155 list->currentIndex++;
171 list->currentIndex = 0;
  /external/webkit/WebCore/platform/qt/
QtAbstractWebPopup.h 46 int currentIndex() const { return m_currentIndex; }
  /external/chromium/third_party/icu/source/common/
ulist.c 30 int32_t currentIndex;
52 newList->currentIndex = -1;
66 list->currentIndex = 0;
118 list->currentIndex++;
155 list->currentIndex++;
171 list->currentIndex = 0;
normlzr.cpp 32 currentIndex(0), nextIndex(0),
40 currentIndex(0), nextIndex(0),
48 currentIndex(0), nextIndex(0),
56 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
104 return ((CharacterIterator *)(text->context))->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
356 currentIndex=nextIndex=text->move(text, 0, UITER_START);
362 currentIndex=nextIndex=text->move(text, index, UITER_ZERO); // validates index
381 currentIndex=nextIndex=text->move(text, 0, UITER_LIMIT);
402 return currentIndex;
    [all...]
locid.cpp     [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java 50 private int currentIndex = -1;
53 return size > 0 && currentIndex < size;
60 currentIndex++;
61 return (E) elements[currentIndex];
65 if (-1 == currentIndex) {
68 for (int i = currentIndex; i < size - 1; i++) {
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 275 private int currentIndex = -1;
280 return currentIndex < size - 1;
288 return elements[++currentIndex];
296 removeAt(currentIndex--);
  /libcore/luni/src/main/java/org/apache/xpath/axes/
NodeSequence.java 426 int currentIndex = m_next-1;
428 if((currentIndex >= 0) && (currentIndex < vec.size()))
429 return vec.elementAt(currentIndex);
  /external/webkit/WebCore/html/
HTMLFormCollection.cpp 82 unsigned currentIndex = info()->position;
86 if (index == currentIndex) {
93 currentIndex++;
  /external/webkit/WebKit/qt/Api/
qwebhistory.cpp 529 int currentIndex;
530 source >> count >> currentIndex;
543 history.goToItem(history.itemAt(currentIndex));
  /external/webkit/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 97 m_combo->setCurrentIndex(currentIndex());
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp     [all...]
JIT.h 292 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, size_t cachedOffset)
295 jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, cachedOffset);
297 static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, size_t cachedOffset)
300 jit.privateCompileGetByIdProtoList(stubInfo, prototypeStructureList, currentIndex, structure, prototypeStructure, cachedOffset, callFrame);
302 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, size_t cachedOffset)
305 jit.privateCompileGetByIdChainList(stubInfo, prototypeStructureList, currentIndex, structure, chain, count, cachedOffset, callFrame);
    [all...]
JITOpcodes.cpp 689 unsigned currentIndex = m_globalResolveInfoIndex++;
690 void* structureAddress = &(m_codeBlock->globalResolveInfo(currentIndex).structure);
691 void* offsetAddr = &(m_codeBlock->globalResolveInfo(currentIndex).offset);
713 unsigned currentIndex = m_globalResolveInfoIndex++;
719 stubCall.addArgument(Imm32(currentIndex));
    [all...]
  /external/icu4c/common/unicode/
normlzr.h 752 // of the source in [currentIndex..nextIndex[ .
753 int32_t currentIndex, nextIndex;
  /external/chromium/third_party/icu/public/common/unicode/
normlzr.h 743 // of the source in [currentIndex..nextIndex[ .
744 int32_t currentIndex, nextIndex;
  /external/v8/src/
string.js 562 var currentIndex = 0;
569 result[result.length] = subject.slice(currentIndex, length);
573 var matchInfo = splitMatch(separator, subject, currentIndex, startIndex);
576 result[result.length] = subject.slice(currentIndex, length);
582 // We ignore a zero-length match at the currentIndex.
583 if (startIndex === endIndex && endIndex === currentIndex) {
588 result[result.length] = SubString(subject, currentIndex, matchInfo[CAPTURE0]);
603 startIndex = currentIndex = endIndex;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 120 eapChanged(eapSelect->currentIndex());
188 int auth = authSelect->currentIndex();
265 int encr = encrSelect->currentIndex();
624 eapChanged(eapSelect->currentIndex());
  /frameworks/base/libs/ui/
InputReader.cpp     [all...]

Completed in 771 milliseconds

1 2