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

  /external/icu4c/test/cintltst/
utf16tst.c 493 static uint16_t limit_unsafe[]={0, 1, 3, 3, 5, 5, 6, 8, 8, 10, 10, 11}; local
526 if(setOffset != limit_unsafe[i]){
527 log_err("ERROR: UTF16_SET_CHAR_LIMIT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_unsafe[i], setOffset);
532 if(setOffset != limit_unsafe[i]){
533 log_err("ERROR: U16_SET_CHAR_LIMIT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, limit_unsafe[i], setOffset);
utf8tst.c 568 static const int16_t limit_unsafe[] local
603 if(setOffset != limit_unsafe[i]){
604 log_err("ERROR: UTF8_SET_CHAR_LIMIT_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_unsafe[i], setOffset);
609 if(setOffset != limit_unsafe[i]){
610 log_err("ERROR: U8_SET_CP_LIMIT_UNSAFE failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_unsafe[i], setOffset);
    [all...]

Completed in 1442 milliseconds