| 1129 | friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); |
| 1130 | friend class Field; |
| 1131 | uint32 numchars() const |
| 1132 | { |
| 1133 | return (uint32) Charset::numchars(ptr(), end()); |
| 1134 | } |
| 1135 | int charpos(longlong i, uint32 offset=0) |
| 1136 | { |
| 1137 | if (i <= 0) |
no outgoing calls
no test coverage detected