Searched defs:FindChar (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/string/src/ | ||
H A D | nsTAString.cpp | 199 nsTAString_CharT::FindChar( char_type c, index_type offset ) const function in class:nsTAString_CharT 202 return AsSubstring()->FindChar(c, offset); 204 return ToSubstring().FindChar(c, offset); |
H A D | nsTSubstring.cpp | 647 nsTSubstring_CharT::FindChar( char_type c, index_type offset ) const function in class:nsTSubstring_CharT |
Completed in 44 milliseconds