Searched defs:CountChar (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/string/src/ | ||
H A D | nsTAString.cpp | 190 nsTAString_CharT::CountChar( char_type c ) const function in class:nsTAString_CharT 193 return AsSubstring()->CountChar(c); 195 return ToSubstring().CountChar(c); |
H A D | nsTSubstring.cpp | 638 nsTSubstring_CharT::CountChar( char_type c ) const function in class:nsTSubstring_CharT |
Completed in 44 milliseconds