Searched refs:fwd_unsafe (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c332 static uint16_t fwd_unsafe[] ={1, 3, 5, 6, 8, 10, 11, 12}; local
347 if(offunsafe != fwd_unsafe[i]){
348 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], 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);
H A Dutf8tst.c404 static const uint16_t fwd_unsafe[] ={1, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 20, }; local
421 if(offunsafe != fwd_unsafe[i]){
422 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], 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);
/external/icu4c/test/cintltst/
H A Dutf16tst.c400 static uint16_t fwd_unsafe[] ={1, 3, 5, 6, 8, 10, 11, 12}; local
415 if(offunsafe != fwd_unsafe[i]){
416 log_err("ERROR: Forward_unsafe offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
425 if(offunsafe != fwd_unsafe[i]){
426 log_err("ERROR: U16_FWD_1_UNSAFE offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);

Completed in 66 milliseconds