| 1117 | } |
| 1118 | |
| 1119 | inline void chop() |
| 1120 | { |
| 1121 | if (str_length) |
| 1122 | { |
| 1123 | str_length--; |
| 1124 | str_length= well_formed_length(); |
| 1125 | } |
| 1126 | } |
| 1127 | |
| 1128 | void strip_sp(); |
| 1129 | friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); |
no outgoing calls