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

/external/icu4c/test/cintltst/
H A Dutf16tst.c343 uint16_t offunsafe=0, offsafe=0; local
345 while(offunsafe < sizeof(input)/U_SIZEOF_UCHAR){
346 UTF16_FWD_1_UNSAFE(input, offunsafe);
347 if(offunsafe != fwd_unsafe[i]){
348 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
353 offunsafe=0, offsafe=0;
355 while(offunsafe < sizeof(input)/U_SIZEOF_UCHAR){
356 U16_FWD_1_UNSAFE(input, offunsafe);
357 if(offunsafe != fwd_unsafe[i]){
358 log_err("ERROR: U16_FWD_1_UNSAFE offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
[all...]
H A Dutf8tst.c416 uint32_t offunsafe=0, offsafe=0; local
419 while(offunsafe < sizeof(input)){
420 UTF8_FWD_1_UNSAFE(input, offunsafe);
421 if(offunsafe != fwd_unsafe[i]){
422 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
428 while(offunsafe < sizeof(input)){
429 U8_FWD_1_UNSAFE(input, offunsafe);
430 if(offunsafe != fwd_unsafe[i]){
431 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
454 offunsafe
[all...]

Completed in 40 milliseconds