Searched refs:currIndex (Results 1 – 8 of 8) sorted by relevance
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 322 Index currIndex = null; // The entry which is emitted in emitIndexEntries() local 326 if (currIndex == null) { in emitIndexEntries() 327 currIndex = nextIndex; // Prime the pump in emitIndexEntries() 329 if (nextIndex.name_.compareTo(currIndex.name_) == 0) { in emitIndexEntries() 336 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries() 340 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries() 343 currIndex = nextIndex; in emitIndexEntries() 349 if (currIndex != null) in emitIndexEntries() 350 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries() 381 Index currIndex = (Index)(iter.next()); in emitMissingSinces() local [all …]
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
D | TrustManagerImpl.java | 371 int currIndex; in cleanupCertChainAndFindTrustAnchors() local 374 for (currIndex = 0; currIndex < chain.length; currIndex++) { in cleanupCertChainAndFindTrustAnchors() 381 for (int nextIndex = currIndex + 1; nextIndex < chain.length; nextIndex++) { in cleanupCertChainAndFindTrustAnchors() 382 if (chain[currIndex].getIssuerDN().equals(chain[nextIndex].getSubjectDN())) { in cleanupCertChainAndFindTrustAnchors() 385 if (nextIndex != currIndex + 1) { in cleanupCertChainAndFindTrustAnchors() 391 chain[nextIndex] = chain[currIndex + 1]; in cleanupCertChainAndFindTrustAnchors() 392 chain[currIndex + 1] = tempCertificate; in cleanupCertChainAndFindTrustAnchors() 409 intermediateIndex.findByIssuerAndSignature(chain[currIndex]); in cleanupCertChainAndFindTrustAnchors() 420 if (currIndex == chain.length - 1) { in cleanupCertChainAndFindTrustAnchors() 423 chain[currIndex + 1] = cert; in cleanupCertChainAndFindTrustAnchors() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | csdetect.cpp | 331 int32_t currIndex; member 379 if (((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext() 382 currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName(); in enumNext() 383 ((Context *)en->context)->currIndex++; in enumNext() 389 … while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext() 390 if (enabledArray[((Context *)en->context)->currIndex]) { in enumNext() 391 … currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName(); in enumNext() 393 ((Context *)en->context)->currIndex++; in enumNext() 397 … while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext() 398 if (fCSRecognizers[((Context *)en->context)->currIndex]->isDefaultEnabled) { in enumNext() [all …]
|
D | ucurr.cpp | 2386 int32_t currIndex = 0; in ucurr_forLocaleAndDate() local 2458 currIndex++; in ucurr_forLocaleAndDate() 2459 if (currIndex == index) in ucurr_forLocaleAndDate() 2471 currIndex++; in ucurr_forLocaleAndDate() 2472 if (currIndex == index) in ucurr_forLocaleAndDate()
|
/external/icu/icu4c/source/test/cintltst/ |
D | uenumtst.c | 38 int32_t currIndex; member 65 if(cont->currIndex >= cont->maxIndex) { in chArrayUNext() 73 cont->currChar = (cont->array)[cont->currIndex]; in chArrayUNext() 76 cont->currIndex++; in chArrayUNext() 82 if(cont->currIndex >= cont->maxIndex) { in chArrayNext() 86 cont->currChar = (cont->array)[cont->currIndex]; in chArrayNext() 88 cont->currIndex++; in chArrayNext() 94 cont->currIndex = 0; in chArrayReset() 144 int32_t currIndex; member 166 if(ucont->currIndex >= ucont->maxIndex) { in uchArrayUNext() [all …]
|
/external/icu/icu4c/source/layout/ |
D | ContextualGlyphSubstProc2.cpp | 49 le_int16 currIndex = SWAPW(entry->currIndex); in processStateEntry() local 58 if (currIndex != -1) { in processStateEntry() 59 le_uint32 offset = SWAPL(perGlyphTable(currIndex, success)); in processStateEntry()
|
D | ContextualGlyphInsertionProc2.cpp | 91 le_int16 currIndex = SWAPW(entry->currentInsertionListIndex); in processStateEntry() local 92 if (currIndex > 0) { in processStateEntry() 96 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
|
D | ContextualGlyphSubstitution.h | 48 le_uint16 currIndex; member
|