HomeSort by relevance Sort by last modified time
    Searched refs:offsafe (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 493 uint16_t offunsafe=0, offsafe=0; local
504 offunsafe=0, offsafe=0;
514 offunsafe=0, offsafe=0;
516 while(offsafe < UPRV_LENGTHOF(input)){
517 UTF16_FWD_1_SAFE(input, offsafe, UPRV_LENGTHOF(input));
518 if(offsafe != fwd_safe[i]){
519 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
524 offunsafe=0, offsafe=0;
526 while(offsafe < UPRV_LENGTHOF(input)){
527 U16_FWD_1(input, offsafe, UPRV_LENGTHOF(input))
    [all...]
utf8tst.c 683 uint32_t offsafe=0; local
687 while(offsafe < sizeof(input)){
688 UTF8_FWD_1_SAFE(input, offsafe, sizeof(input));
689 if(offsafe != fwd_safe[i]){
690 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
695 offsafe=0;
697 while(offsafe < sizeof(input)){
698 U8_FWD_1(input, offsafe, sizeof(input));
699 if(offsafe != fwd_safe[i]){
700 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
    [all...]

Completed in 192 milliseconds