Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c483 static uint16_t fwd_safe[] ={1, 3, 5, 6, 7, 8, 10, 11, 12}; in TestFwdBack() local
518 if(offsafe != fwd_safe[i]){ in TestFwdBack()
519 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe); in TestFwdBack()
528 if(offsafe != fwd_safe[i]){ in TestFwdBack()
529 log_err("ERROR: U16_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe); in TestFwdBack()
Dutf8tst.c676 static const uint16_t fwd_safe[] ={1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18}; in TestFwdBack() local
689 if(offsafe != fwd_safe[i]){ in TestFwdBack()
690 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe); in TestFwdBack()
699 if(offsafe != fwd_safe[i]){ in TestFwdBack()
700 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe); in TestFwdBack()