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

  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 677 static const uint16_t back_safe[] ={17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 1, 0}; local
709 if(offsafe != back_safe[i]){
710 log_err("ERROR: Backward_safe offset expected:%d, Got:%d\n", back_safe[i], offsafe);
719 if(offsafe != back_safe[i]){
720 log_err("ERROR: U8_BACK_1 offset expected:%d, Got:%d\n", back_safe[i], offsafe);
    [all...]
utf16tst.c 485 static uint16_t back_safe[] ={11, 10, 8, 7, 6, 5, 3, 1, 0}; local
561 if(offsafe != back_safe[i]){
572 if(offsafe != back_safe[i]){
    [all...]

Completed in 201 milliseconds