Searched refs:start_unsafe (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 647 static uint16_t start_unsafe[]={0, 1, 1, 3, 3, 5, 6, 7, 8, 8, 9, 11}; in TestSetChar() local 658 if(setOffset != start_unsafe[i]){ in TestSetChar() 659 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar() 664 if(setOffset != start_unsafe[i]){ in TestSetChar() 665 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar()
|
D | utf8tst.c | 905 static const int16_t start_unsafe[] in TestSetCharUnsafe() local 917 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 918 …R_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe() 923 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 924 …P_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe()
|