Home
last modified time | relevance | path

Searched refs:charvalue (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dputiltst.c207 char *charvalue=0; in TestPUtilAPI() local
224 charvalue=(char*)malloc(sizeof(char) * (u_strlen(udataDir) + 1)); in TestPUtilAPI()
226 u_UCharsToChars(udataDir, charvalue, (u_strlen(udataDir)+1)); in TestPUtilAPI()
227 if(strcmp(charvalue, dataDirectory) != 0){ in TestPUtilAPI()
228 … log_err("ERROR: u_UCharsToChars failed. Expected %s, Got %s\n", charvalue, dataDirectory); in TestPUtilAPI()
230 free(charvalue); in TestPUtilAPI()