Searched refs:testEnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5218 const char *testEnd = (const char *)testBytes + sizeof(testBytes); local
5228 while (testBuffer != testEnd)
5230 result = ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status);
/external/icu4c/test/cintltst/
H A Dnucnvtst.c5305 const char *testEnd = (const char *)testBytes + sizeof(testBytes); local
5315 while (testBuffer != testEnd)
5317 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status);

Completed in 54 milliseconds