Searched refs:fwd_N_safe (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutf16tst.c407 static uint16_t fwd_N_safe[] ={0, 1, 5, 8, 10, 12, 12}; /*safe macro keeps it at the end of the string */ local
509 if(offsafe != fwd_N_safe[i]){
510 log_err("ERROR: Forward_N_safe offset expected:%d, Got:%d\n", fwd_N_safe[i], offsafe);
518 if(offsafe != fwd_N_safe[i]){
519 log_err("ERROR: U16_FWD_N offset expected:%d, Got:%d\n", fwd_N_safe[i], offsafe);
H A Dutf8tst.c567 static const uint16_t fwd_N_safe[] ={0, 1, 6, 10, 11, 13, 14, 18}; /*safe macro keeps it at the end of the string */ local
613 if(offsafe != fwd_N_safe[i]){
614 log_err("ERROR: Forward_N_safe offset=%d expected:%d, Got:%d\n", i, fwd_N_safe[i], offsafe);
622 if(offsafe != fwd_N_safe[i]){
623 log_err("ERROR: U8_FWD_N offset=%d expected:%d, Got:%d\n", i, fwd_N_safe[i], offsafe);

Completed in 69 milliseconds