Searched refs:limit_unsafe (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 561 static uint16_t limit_unsafe[]={0, 1, 3, 3, 5, 5, 6, 8, 8, 10, 10, 11}; in TestSetChar() local 594 if(setOffset != limit_unsafe[i]){ in TestSetChar() 595 …R_LIMIT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_unsafe[i], setOffset); in TestSetChar() 600 if(setOffset != limit_unsafe[i]){ in TestSetChar() 601 …R_LIMIT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_unsafe[i], setOffset); in TestSetChar()
|
D | utf8tst.c | 768 static const int16_t limit_unsafe[] in TestSetCharUnsafe() local 791 if(setOffset != limit_unsafe[i]){ in TestSetCharUnsafe() 792 …R_LIMIT_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_unsafe[i], setOffset); in TestSetCharUnsafe() 797 if(setOffset != limit_unsafe[i]){ in TestSetCharUnsafe() 798 …P_LIMIT_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_unsafe[i], setOffset); in TestSetCharUnsafe()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | utf16tst.c | 561 static uint16_t limit_unsafe[]={0, 1, 3, 3, 5, 5, 6, 8, 8, 10, 10, 11}; in TestSetChar() local 594 if(setOffset != limit_unsafe[i]){ in TestSetChar() 595 …R_LIMIT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_unsafe[i], setOffset); in TestSetChar() 600 if(setOffset != limit_unsafe[i]){ in TestSetChar() 601 …R_LIMIT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_unsafe[i], setOffset); in TestSetChar()
|
D | utf8tst.c | 768 static const int16_t limit_unsafe[] in TestSetCharUnsafe() local 791 if(setOffset != limit_unsafe[i]){ in TestSetCharUnsafe() 792 …R_LIMIT_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_unsafe[i], setOffset); in TestSetCharUnsafe() 797 if(setOffset != limit_unsafe[i]){ in TestSetCharUnsafe() 798 …P_LIMIT_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_unsafe[i], setOffset); in TestSetCharUnsafe()
|