Searched refs:start_unsafe (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 557 static uint16_t start_unsafe[]={0, 1, 1, 3, 3, 5, 6, 7, 8, 8, 9, 11}; in TestSetChar() local 567 if(setOffset != start_unsafe[i]){ in TestSetChar() 568 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar() 573 if(setOffset != start_unsafe[i]){ in TestSetChar() 574 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar()
|
D | utf8tst.c | 764 static const int16_t start_unsafe[] in TestSetCharUnsafe() local 775 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 776 …R_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe() 781 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 782 …P_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe()
|