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

  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 333 static uint16_t fwd_safe[] ={1, 3, 5, 6, 7, 8, 10, 11, 12}; local
366 if(offsafe != fwd_safe[i]){
367 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
375 if(offsafe != fwd_safe[i]){
376 log_err("ERROR: U16_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
utf8tst.c 405 static const uint16_t fwd_safe[] ={1, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18}; local
439 if(offsafe != fwd_safe[i]){
440 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
448 if(offsafe != fwd_safe[i]){
449 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 401 static uint16_t fwd_safe[] ={1, 3, 5, 6, 7, 8, 10, 11, 12}; local
434 if(offsafe != fwd_safe[i]){
435 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
443 if(offsafe != fwd_safe[i]){
444 log_err("ERROR: U16_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
utf8tst.c 563 static const uint16_t fwd_safe[] ={1, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18}; local
575 if(offsafe != fwd_safe[i]){
576 log_err("ERROR: Forward_safe offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
584 if(offsafe != fwd_safe[i]){
585 log_err("ERROR: U8_FWD_1 offset expected:%d, Got:%d\n", fwd_safe[i], offsafe);
    [all...]

Completed in 1211 milliseconds