Home | History | Annotate | Download | only in cintltst

Lines Matching defs:This

23  * This should align the memory properly on any machine.
236 DummyMutex *This = *(DummyMutex **)mutex;
239 TEST_ASSERT(This->fLockCount == 0);
240 TEST_ASSERT(This->fMagic == 123456);
241 This->fMagic = 0;
242 This->fLockCount = 0;
243 free(This);
247 DummyMutex *This = *(DummyMutex **)mutex;
249 TEST_ASSERT(This->fMagic == 123456);
250 This->fLockCount++;
255 DummyMutex *This = *(DummyMutex **)mutex;
257 TEST_ASSERT(This->fMagic == 123456);
258 This->fLockCount--;
259 TEST_ASSERT(This->fLockCount >= 0);
272 * u_cleanup(), which is called in this test, resets ICU's state.
327 * pass this test implementation's assertions.