Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_strlen

385             expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));