Searched refs:nextC (Results 1 – 12 of 12) sorted by relevance
303 SkOpPtT* nextC = compare->next(); in merge() local304 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) { in merge()307 compare = nextC; in merge()
559 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local560 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()564 nextResult!=trie.next(nextC) in checkFirst()
563 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local564 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()568 nextResult!=trie.next(nextC) in checkFirst()
397 Certificate nextC = null; in engineGetCertificateChain() local412 nextC = (Certificate)chainCerts.get(new CertId(id.getKeyIdentifier())); in engineGetCertificateChain()422 if (nextC == null) in engineGetCertificateChain()443 nextC = crt; in engineGetCertificateChain()462 if (nextC != c) // self signed - end of the chain in engineGetCertificateChain()464 c = nextC; in engineGetCertificateChain()
2955 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local2956 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
7714 var nextC = input[cursor+1]7718 (nextC != ':' && nextC != '|') ||
5521 var nextC = format.indexOf('c', formatIndex+1);5522 if (nextC > 0) {5524 if (nextC > formatIndex+1) {5525 var sub = format.substring(formatIndex+1, nextC);5538 formatIndex += nextC - formatIndex + 1;
16173 int nextC; in getDigits() local16181 nextC = va_arg(ap, int); in getDigits()16191 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){ in getDigits()16197 }while( nextC ); in getDigits()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
6472 var nextC = format.indexOf('c', formatIndex+1);6473 if (nextC > 0) {6475 if (nextC > formatIndex+1) {6476 var sub = format.substring(formatIndex+1, nextC);6488 formatIndex += nextC - formatIndex + 1;