Searched refs:CountCharsInRange (Results 1 – 4 of 4) sorted by relevance
212 int ImplFontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange() function in ImplFontCharMap634 int FontCharMap::CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const in CountCharsInRange() function in FontCharMap636 return mpImpl->CountCharsInRange( cMin, cMax ); in CountCharsInRange()
102 int CountCharsInRange( sal_UCS4 cMin, sal_UCS4 cMax ) const;
184 int CountCharsInRange( sal_uInt32 cMin, sal_uInt32 cMax ) const;
893 int nCount = pFontCharMap->CountCharsInRange( cMin, cMax ); in ApplyCharMap()
Completed in 19 milliseconds