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

  /external/icu/icu4c/source/test/cintltst/
crestst.c 252 UChar* expected_string = NULL; local
381 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
382 u_strcpy(expected_string,base);
387 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
388 u_strcpy(expected_string,kERROR);
392 CONFIRM_EQ(string, expected_string);
394 free(expected_string);
    [all...]
creststn.c 1594 UChar* expected_string = NULL; local
    [all...]

Completed in 951 milliseconds