| 996 | _create[i] = array[i]; |
| 997 | } |
| 998 | |
| 999 | inline void WriteLine(QOStream& out, RString line) |
| 1000 | { |
| 1001 | out.write(line, strlen(line)); |
| 1002 | out.write("\r\n", 2); |
| 1003 | } |
| 1004 | |
| 1005 | static RString NormalizeString(const char* src) |
no test coverage detected