HomeSort by relevance Sort by last modified time
    Searched refs:threadTestChars (Results 1 - 2 of 2) 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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 217 char threadTestChars[THREADTEST_NRTHREADS + 1];
224 threadTestChars[i] = ' ';
225 threads[i] = new TestThreadsThread(&threadTestChars[i]);
227 threadTestChars[THREADTEST_NRTHREADS] = '\0';
229 logln("->" + UnicodeString(threadTestChars) + "<- Firing off threads.. ");
256 if(threadTestChars[i] == '*')
265 logln("->" + UnicodeString(threadTestChars) + "<- Got all threads! cya");
273 logln("->" + UnicodeString(threadTestChars) + "<- Waiting..");
277 errln("->" + UnicodeString(threadTestChars) + "<- PATIENCE EXCEEDED!! Still missing some.");
    [all...]

Completed in 619 milliseconds