Home
last modified time | relevance | path

Searched refs:start_safe (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c648 static uint16_t start_safe[] ={0, 1, 1, 3, 3, 5, 6, 7, 8, 8, 10, 11}; in TestSetChar() local
670 if(setOffset != start_safe[i]){ in TestSetChar()
671 …_CHAR_START_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_safe[i], setOffset); in TestSetChar()
676 if(setOffset != start_safe[i]){ in TestSetChar()
677 …6_SET_CHAR_START failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_safe[i], setOffset); in TestSetChar()
Dutf8tst.c863 static const int16_t start_safe[] in TestSetChar() local
875 if(setOffset != start_safe[i]){ in TestSetChar()
876 …_CHAR_START_SAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_safe[i], setOffset); in TestSetChar()
881 if(setOffset != start_safe[i]){ in TestSetChar()
882 … U8_SET_CP_START failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_safe[i], setOffset); in TestSetChar()