Searched refs:wsCondition (Results 1 – 4 of 4) sorted by relevance
93 WideString wsCondition = rnd.m_wsCondition; in ResolveAnyChild() local105 if (wsCondition.IsEmpty()) { in ResolveAnyChild()116 FilterCondition(rnd, wsCondition); in ResolveAnyChild()122 WideString wsCondition = rnd.m_wsCondition; in ResolveDollar() local141 FilterCondition(rnd, wsCondition); in ResolveDollar()172 WideString wsCondition = rnd.m_wsCondition; in ResolveNumberSign() local185 rndFind.m_wsCondition = wsCondition; in ResolveNumberSign()191 if (wsCondition.GetLength() == 0 && in ResolveNumberSign()225 WideString& wsCondition = rnd.m_wsCondition; in ResolveNormal() local267 FilterCondition(rnd, wsCondition); in ResolveNormal()[all …]
64 WideString wsCondition,68 WideString wsCondition,71 void FilterCondition(CFXJSE_ResolveNodeData& rnd, WideString wsCondition);
277 bool CXFA_NodeHelper::CreateNode_ForCondition(WideString& wsCondition) { in CreateNode_ForCondition() argument278 int32_t iLen = wsCondition.GetLength(); in CreateNode_ForCondition()285 if (wsCondition[0] != '[') in CreateNode_ForCondition()290 wchar_t ch = wsCondition[i]; in CreateNode_ForCondition()303 wsIndex = wsCondition.Mid(i, iLen - 1 - i); in CreateNode_ForCondition()311 WideString wsCondition, in ResolveNodes_CreateNode() argument329 CreateNode_ForCondition(wsCondition); in ResolveNodes_CreateNode()
57 WideString wsCondition,60 bool CreateNode_ForCondition(WideString& wsCondition);