| 3566 | } |
| 3567 | |
| 3568 | int String::find_char(const char32_t& p_char, int p_from) const |
| 3569 | { |
| 3570 | return _cowdata.find(p_char, p_from); |
| 3571 | } |
| 3572 | |
| 3573 | int String::findmk(const Vector<String>& p_keys, int p_from, int* r_key) const |
| 3574 | { |
no test coverage detected