Searched refs:limit_safe (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 725 static const int16_t limit_safe[] in TestSetChar() local 747 if(setOffset != limit_safe[i]){ in TestSetChar() 748 …_CHAR_LIMIT_SAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_safe[i], setOffset); in TestSetChar() 753 if(setOffset != limit_safe[i]){ in TestSetChar() 754 … U8_SET_CP_LIMIT failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_safe[i], setOffset); in TestSetChar()
|
D | utf16tst.c | 560 static uint16_t limit_safe[] ={0, 1, 3, 3, 5, 5, 6, 7, 8, 10, 10, 11}; in TestSetChar() local 605 if(setOffset != limit_safe[i]){ in TestSetChar() 606 …6_SET_CHAR_LIMIT failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_safe[i], setOffset); in TestSetChar()
|