| 581 | } |
| 582 | |
| 583 | int String::charpos(int i,uint32 offset) |
| 584 | { |
| 585 | if (i <= 0) |
| 586 | return i; |
| 587 | return str_charset->cset->charpos(str_charset,Ptr+offset,Ptr+str_length,i); |
| 588 | } |
| 589 | |
| 590 | int String::strstr(const String &s,uint32 offset) |
| 591 | { |
no outgoing calls
no test coverage detected