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

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DJDKPKCS12KeyStore.java360 Certificate nextC = null;
375 nextC = (Certificate)chainCerts.get(new CertId(id.getKeyIdentifier()));
385 if (nextC == null)
406 nextC = crt;
419 if (nextC != c) // self signed - end of the chain
421 c = nextC;
/external/icu4c/i18n/
H A Drematch.cpp3035 UChar32 nextC = UTEXT_NEXT32(fInputText); local
3036 if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) {
/external/sqlite/dist/orig/
H A Dsqlite3.c13616 ** nextC first character after the integer
13619 ** Conversions continue until one with nextC==0 is encountered.
13628 int nextC; local
13636 nextC = va_arg(ap, int);
13646 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
13652 }while( nextC );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13616 ** nextC first character after the integer
13619 ** Conversions continue until one with nextC==0 is encountered.
13628 int nextC; local
13636 nextC = va_arg(ap, int);
13646 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
13652 }while( nextC );
[all...]

Completed in 393 milliseconds