Searched refs:m_lang_avt (Results 1 – 2 of 2) sorted by relevance
102 private AVT m_lang_avt = null; field in ElemSort114 m_lang_avt = v; in setLang()127 return m_lang_avt; in getLang()342 if(null != m_lang_avt) in compose()343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
344 private AVT m_lang_avt = null; field in ElemNumber359 m_lang_avt = v; in setLang()375 return m_lang_avt; in getLang()517 if(null != m_lang_avt) in compose()518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()1039 if (null != m_lang_avt) in getLocale()1042 String langValue = m_lang_avt.evaluate(xctxt, contextNode, this); in getLocale()1993 if(null != m_lang_avt) in callChildVisitors()1994 m_lang_avt.callVisitors(visitor); in callChildVisitors()