Searched refs:nextC (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.cpp239 SkOpPtT* nextC = compare->next(); local
240 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) {
243 compare = nextC;
H A DSkPathOpsPostSect.cpp271 SkOpPtT* nextC = compare->next(); local
272 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) {
275 compare = nextC;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java395 Certificate nextC = null;
410 nextC = (Certificate)chainCerts.get(new CertId(id.getKeyIdentifier()));
420 if (nextC == null)
441 nextC = crt;
454 if (nextC != c) // self signed - end of the chain
456 c = nextC;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DBytesTrieTest.java559 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0;
560 BytesTrie.Result nextResult=trie.next(nextC);
564 nextResult!=trie.next(nextC)
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
H A Dpolymer.js7714 var nextC = input[cursor+1]
7718 (nextC != ':' && nextC != '|') ||
/external/icu/icu4c/source/i18n/
H A Drematch.cpp2948 UChar32 nextC = UTEXT_NEXT32(fInputText); local
2949 if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) {
/external/sqlite/dist/orig/
H A Dsqlite3.c15402 ** nextC first character after the integer
15405 ** Conversions continue until one with nextC==0 is encountered.
15414 int nextC; local
15422 nextC = va_arg(ap, int);
15432 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
15438 }while( nextC );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15402 ** nextC first character after the integer
15405 ** Conversions continue until one with nextC==0 is encountered.
15414 int nextC; local
15422 nextC = va_arg(ap, int);
15432 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
15438 }while( nextC );
[all...]

Completed in 2275 milliseconds