Searched refs:offunsafe (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 493 uint16_t offunsafe=0, offsafe=0; in TestFwdBack() local 496 while(offunsafe < UPRV_LENGTHOF(input)){ in TestFwdBack() 497 UTF16_FWD_1_UNSAFE(input, offunsafe); in TestFwdBack() 498 if(offunsafe != fwd_unsafe[i]){ in TestFwdBack() 499 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe); in TestFwdBack() 504 offunsafe=0, offsafe=0; in TestFwdBack() 506 while(offunsafe < UPRV_LENGTHOF(input)){ in TestFwdBack() 507 U16_FWD_1_UNSAFE(input, offunsafe); in TestFwdBack() 508 if(offunsafe != fwd_unsafe[i]){ in TestFwdBack() 509 … log_err("ERROR: U16_FWD_1_UNSAFE offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe); in TestFwdBack() [all …]
|