Searched refs:nextC (Results 1 – 13 of 13) sorted by relevance
268 SkOpPtT* nextC = compare->next(); in merge() local269 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) { in merge()272 compare = nextC; in merge()
606 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local607 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()611 nextResult!=trie.next(nextC) in checkFirst()
603 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local604 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()608 nextResult!=trie.next(nextC) in checkFirst()
406 Certificate nextC = null; in engineGetCertificateChain() local417 nextC = (Certificate)chainCerts.get(new CertId(keyID)); in engineGetCertificateChain()421 if (nextC == null) in engineGetCertificateChain()442 nextC = crt; in engineGetCertificateChain()461 if (nextC != c) // self signed - end of the chain in engineGetCertificateChain()463 c = nextC; in engineGetCertificateChain()
402 Certificate nextC = null; in engineGetCertificateChain() local413 nextC = (Certificate)chainCerts.get(new CertId(keyID)); in engineGetCertificateChain()417 if (nextC == null) in engineGetCertificateChain()438 nextC = crt; in engineGetCertificateChain()457 if (nextC != c) // self signed - end of the chain in engineGetCertificateChain()459 c = nextC; in engineGetCertificateChain()
226 var nextC = input[cursor + 1];228 …if ("file" != this._scheme || !ALPHA.test(c) || nextC != ":" && nextC != "|" || EOF != nextNextC &…
5119 var nextC = input[cursor + 1];5121 …if ("file" != this._scheme || !ALPHA.test(c) || nextC != ":" && nextC != "|" || EOF != nextNextC &…
2977 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local2978 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
21830 char nextC; in getDigits() local21840 nextC = zFormat[3]; in getDigits()21849 if( val<(int)min || val>(int)max || (nextC!=0 && nextC!=*zDate) ){ in getDigits()21856 }while( nextC ); in getDigits()
21785 char nextC; in getDigits() local21795 nextC = zFormat[3]; in getDigits()21804 if( val<(int)min || val>(int)max || (nextC!=0 && nextC!=*zDate) ){ in getDigits()21811 }while( nextC ); in getDigits()