Searched refs:chainContext (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 416 chainContext = [(prefix, glyphs, suffix)] 422 chainContext.append((prefix, glyphs, suffix)) 425 return chainContext, hasLookups 432 chainContext, hasLookups = self.parse_chain_context_() 437 return self.ast.IgnoreSubstStatement(chainContext, 440 chainContext, hasLookups = self.parse_chain_context_() 445 return self.ast.IgnorePosStatement(chainContext,
|
/external/libcups/cups/ |
D | tls-sspi.c | 2340 PCCERT_CHAIN_CONTEXT chainContext = NULL; in http_sspi_verify() local 2389 … (!CertGetCertificateChain(NULL, cert, NULL, cert->hCertStore, &chainPara, 0, NULL, &chainContext)) in http_sspi_verify() 2416 …if (!CertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_SSL, chainContext, &policyPara, &policySta… in http_sspi_verify() 2427 if (chainContext) in http_sspi_verify() 2428 CertFreeCertificateChain(chainContext); in http_sspi_verify()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 1252 case ChainContext: return_trace (u.chainContext.dispatch (c)); in dispatch() 1266 ChainContextSubst chainContext; member
|
D | hb-ot-layout-gpos-table.hh | 1539 case ChainContext: return_trace (u.chainContext.dispatch (c)); in dispatch() 1554 ChainContextPos chainContext; member
|