HomeSort by relevance Sort by last modified time
    Searched full:threadtestchars (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
tsmthred.cpp 301 char threadTestChars[THREADTEST_NRTHREADS + 1];
308 threadTestChars[i] = ' ';
309 threads[i] = new TestThreadsThread(&threadTestChars[i]);
311 threadTestChars[THREADTEST_NRTHREADS] = '\0';
313 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. ");
340 if(threadTestChars[i] == '*')
349 logln("->" + UnicodeString(threadTestChars) + "<- Got all threads! cya");
357 logln("->" + UnicodeString(threadTestChars) + "<- Waiting..");
361 errln("->" + UnicodeString(threadTestChars) + "<- PATIENCE EXCEEDED!! Still missing some.");
371 char threadTestChars[ARABICSHAPE_THREADTEST + 1]
    [all...]

Completed in 834 milliseconds