Home
last modified time | relevance | path

Searched refs:list_wstring2 (Results 1 – 2 of 2) sorted by relevance

/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexXMLin/
H A DBlahtexFilter.h27 typedef list<pair<wstring, wstring> > list_wstring2; typedef
35 list_wstring2 namespaceContext;
H A DBlahtexFilter.cpp175 for(list_wstring2::iterator i=namespaceContext.begin(); i != namespaceContext.end(); ++i) { in endPrefixMapping()
186 for(list_wstring2::iterator i=namespaceContext.begin(); i != namespaceContext.end(); ++i) { in getMathMLprefix()