Searched refs:subContext (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/samples/ucnv/ |
D | flagcb.c | 23 ctx->subContext = NULL; in flagCB_fromU_openContext() 62 old->subContext); in flagCB_fromU() 64 cloned->subContext); in flagCB_fromU() 86 cloned->subContext, in flagCB_fromU() 93 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits, in flagCB_fromU() 101 &cloned->subContext, in flagCB_fromU() 114 ((FromUFLAGContext*)context)->subCallback( ((FromUFLAGContext*)context)->subContext, in flagCB_fromU() 163 newCtx->subContext = ctx->subContext; in debugCB_clone() 214 cloned->subContext, in debugCB_fromU() 224 cloned->subCallback(cloned->subContext, fromUArgs, codeUnits, in debugCB_fromU() [all …]
|
D | flagcb.h | 18 const void *subContext; member 45 const void *subContext; member
|
D | convsamp.cpp | 657 &(context->subContext), in convsample_20_didSubstitute() 764 debugCtx1->subContext = flagCtx; in convsample_21_didSubstitute() 767 flagCtx->subContext = debugCtx2; in convsample_21_didSubstitute() 770 debugCtx2->subContext = NULL; in convsample_21_didSubstitute() 778 &(debugCtx2->subContext), in convsample_21_didSubstitute() 786 debugCtx1->subContext, flagCtx, debugCtx2, debugCtx2->subCallback); in convsample_21_didSubstitute() 811 cloneFlagCtx = (FromUFLAGContext*) cloneDebugCtx -> subContext; in convsample_21_didSubstitute() 815 cloneCnv, cloneDebugCtx, cloneFlagCtx, cloneFlagCtx?cloneFlagCtx->subContext:NULL ); in convsample_21_didSubstitute()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.cpp | 489 SelectorCheckingContext subContext(context); in checkOne() local 490 subContext.isSubSelector = true; in checkOne() 492 …for (subContext.selector = selector->selectorList()->first(); subContext.selector; subContext.sele… in checkOne() 496 ASSERT(subContext.selector->pseudoType() != CSSSelector::PseudoNot); in checkOne() 498 …if (subContext.selector->pseudoType() == CSSSelector::PseudoVisited || (subContext.selector->pseud… in checkOne() 500 if (!checkOne(subContext, DOMSiblingTraversalStrategy())) in checkOne() 677 SelectorCheckingContext subContext(context); in checkOne() local 678 subContext.isSubSelector = true; in checkOne() 680 …for (subContext.selector = selector->selectorList()->first(); subContext.selector; subContext.sele… in checkOne() 681 if (match(subContext, siblingTraversalStrategy) == SelectorMatches) in checkOne() [all …]
|