Searched refs:start_unsafe (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 559 static uint16_t start_unsafe[]={0, 1, 1, 3, 3, 5, 6, 7, 8, 8, 9, 11}; in TestSetChar() local 569 if(setOffset != start_unsafe[i]){ in TestSetChar() 570 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar() 575 if(setOffset != start_unsafe[i]){ in TestSetChar() 576 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar()
|
D | utf8tst.c | 766 static const int16_t start_unsafe[] in TestSetCharUnsafe() local 777 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 778 …R_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe() 783 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 784 …P_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | utf16tst.c | 559 static uint16_t start_unsafe[]={0, 1, 1, 3, 3, 5, 6, 7, 8, 8, 9, 11}; in TestSetChar() local 569 if(setOffset != start_unsafe[i]){ in TestSetChar() 570 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar() 575 if(setOffset != start_unsafe[i]){ in TestSetChar() 576 …R_START_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_unsafe[i], setOffset); in TestSetChar()
|
D | utf8tst.c | 766 static const int16_t start_unsafe[] in TestSetCharUnsafe() local 777 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 778 …R_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe() 783 if(setOffset != start_unsafe[i]){ in TestSetCharUnsafe() 784 …P_START_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_unsafe[i], setOffset); in TestSetCharUnsafe()
|