Searched refs:udataDir (Results 1 – 1 of 1) sorted by relevance
177 UChar *udataDir=0; in TestPUtilAPI() local188 udataDir=(UChar*)malloc(sizeof(UChar) * (dataDirectoryLen + 1)); in TestPUtilAPI()189 u_charsToUChars(dataDirectory, udataDir, (dataDirectoryLen + 1)); in TestPUtilAPI()192 if(u_strcmp(temp, udataDir) != 0){ in TestPUtilAPI()193 …og_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir)); in TestPUtilAPI()196 charvalue=(char*)malloc(sizeof(char) * (u_strlen(udataDir) + 1)); in TestPUtilAPI()198 u_UCharsToChars(udataDir, charvalue, (u_strlen(udataDir)+1)); in TestPUtilAPI()203 free(udataDir); in TestPUtilAPI()