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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 343 uint16_t offunsafe=0, offsafe=0; local
353 offunsafe=0, offsafe=0;
364 while(offsafe < sizeof(input)/U_SIZEOF_UCHAR){
365 UTF16_FWD_1_SAFE(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR);
366 if(offsafe != fwd_safe[i]){
367 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
373 while(offsafe < sizeof(input)/U_SIZEOF_UCHAR){
374 U16_FWD_1(input, offsafe, sizeof(input)/U_SIZEOF_UCHAR);
375 if(offsafe != fwd_safe[i]){
376 log_err("ERROR: U16_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
    [all...]
utf8tst.c 416 uint32_t offunsafe=0, offsafe=0; local
437 while(offsafe < sizeof(input)){
438 UTF8_FWD_1_SAFE(input, offsafe, sizeof(input));
439 if(offsafe != fwd_safe[i]){
440 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
446 while(offsafe < sizeof(input)){
447 U8_FWD_1(input, offsafe, sizeof(input));
448 if(offsafe != fwd_safe[i]){
449 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
475 offsafe=sizeof(input)
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 411 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...]
utf8tst.c 570 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=sizeof(input)
    [all...]

Completed in 89 milliseconds