| 987 | |
| 988 | |
| 989 | int gtString::findFirstOf(const gtString& characters, int searchStartPosition) const |
| 990 | { |
| 991 | int retVal = (int)_impl.find_first_of(characters._impl, searchStartPosition); |
| 992 | return retVal; |
| 993 | } |
| 994 | |
| 995 | |
| 996 |
no outgoing calls
no test coverage detected