Searched refs:aSubstAttributes (Results 1 – 2 of 2) sorted by relevance
1115 it->second.aSubstAttributes.reserve( nFonts ); in readLocaleSubst()1160 it->second.aSubstAttributes.push_back( aAttr ); in readLocaleSubst()1162 …std::sort( it->second.aSubstAttributes.begin(), it->second.aSubstAttributes.end(), StrictStringSor… in readLocaleSubst()1197 …t_iterator it = ::std::lower_bound( lang->second.aSubstAttributes.begin(), lang->second.aSubstAttr… in getSubstInfo()1198 if( it != lang->second.aSubstAttributes.end()) in getSubstInfo()
186 mutable std::vector< FontNameAttr > aSubstAttributes; member