| 429 | const size_t encoding_count = sizeof(encodings) / sizeof(encodings[0]); |
| 430 | |
| 431 | int ACE_TMAIN(int, ACE_TCHAR*[]) |
| 432 | { |
| 433 | for (unsigned i = 0; i < encoding_count; ++i) { |
| 434 | run_test(encodings[i]); |
| 435 | } |
| 436 | return 0; |
| 437 | } |
nothing calls this directly
no test coverage detected