Searched refs:getGlobalsSize (Results 1 – 15 of 15) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemSort.java | 339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
|
D | KeyDeclaration.java | 183 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose() 185 m_use.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemNumber.java | 508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
|
D | ElemElement.java | 135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
|
D | ElemVariable.java | 343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose() 349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); in compose()
|
D | ElemWhen.java | 96 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemIf.java | 92 m_test.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemPI.java | 88 m_name_atv.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemTemplate.java | 351 m_matchPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemWithParam.java | 164 m_selectPattern.fixupVariables(vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemValueOf.java | 184 vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemCopyOf.java | 89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize()); in compose()
|
D | StylesheetRoot.java | 1295 int frameSize = m_variableNames.size() - getGlobalsSize(); in addVariableName() 1329 int getGlobalsSize() in getGlobalsSize() method in StylesheetRoot.ComposeState
|
D | ElemForEach.java | 145 vnames, sroot.getComposeState().getGlobalsSize()); in compose()
|
D | ElemLiteralResult.java | 110 avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
|