Searched refs:iter_lan (Results 1 – 1 of 1) sorted by relevance
64 XmlTagAttributes_t::const_iterator iter_lan = attributes.find(CONTENT_STYLE_PROPERTIES_LANGUAGE); in addAttributes() local71 if ( ( iter_lan!= attributes.end() ) && ( iter_con != attributes.end() ) ) in addAttributes()72 setLocale( ::std::make_pair( iter_lan->second,iter_con->second ) ); in addAttributes()
Completed in 74 milliseconds