Lines Matching defs:to
297 //Maybe we simply do not have write access to repository
337 /* This test is broken, not sure if it is really possible to get a position in
398 wchar_t to[1];
401 to, to + sizeof(to) / sizeof(wchar_t), next_to);
404 CPPUNIT_ASSERT( next_to == &to[0] + 1 );
405 CPPUNIT_ASSERT( to[0] == L'a');
412 char to[1];
415 to, to + sizeof(to) / sizeof(char), next_to);
418 CPPUNIT_ASSERT( next_to == &to[0] + 1 );
419 CPPUNIT_ASSERT( to[0] == 'a');
565 CPPUNIT_MESSAGE("Not enough platform localization support to check 936 code page encoding.");
592 // Try to read one char after the other:
612 // from_next hasn't move so we have to pass more chars
651 CPPUNIT_MESSAGE("Not enough platform localization support to check UTF8 encoding.");