Searched refs:offsafe (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c411 uint16_t offunsafe=0, offsafe=0; local
421 offunsafe=0, offsafe=0;
432 while(offsafe < sizeof(input)/U_SIZEOF_UCHAR){
433 UTF16_FWD_1_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR);
434 if(offsafe != fwd_safe[i]){
435 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
441 while(offsafe < sizeof(input)/U_SIZEOF_UCHAR){
442 U16_FWD_1(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR);
443 if(offsafe != fwd_safe[i]){
444 log_err("ERROR: U16_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
[all...]
H A Dutf8tst.c570 uint32_t offsafe=0; local
573 while(offsafe < sizeof(input)){
574 UTF8_FWD_1_SAFE(input, offsafe, sizeof(input));
575 if(offsafe != fwd_safe[i]){
576 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
582 while(offsafe < sizeof(input)){
583 U8_FWD_1(input, offsafe, sizeof(input));
584 if(offsafe != fwd_safe[i]){
585 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
591 offsafe
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c411 uint16_t offunsafe=0, offsafe=0; local
421 offunsafe=0, offsafe=0;
432 while(offsafe < sizeof(input)/U_SIZEOF_UCHAR){
433 UTF16_FWD_1_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR);
434 if(offsafe != fwd_safe[i]){
435 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
441 while(offsafe < sizeof(input)/U_SIZEOF_UCHAR){
442 U16_FWD_1(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR);
443 if(offsafe != fwd_safe[i]){
444 log_err("ERROR: U16_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
[all...]
H A Dutf8tst.c570 uint32_t offsafe=0; local
573 while(offsafe < sizeof(input)){
574 UTF8_FWD_1_SAFE(input, offsafe, sizeof(input));
575 if(offsafe != fwd_safe[i]){
576 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
582 while(offsafe < sizeof(input)){
583 U8_FWD_1(input, offsafe, sizeof(input));
584 if(offsafe != fwd_safe[i]){
585 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
591 offsafe
[all...]

Completed in 5039 milliseconds