Searched refs:charvalue (Results 1 – 2 of 2) sorted by relevance
89 char charvalue; in p_convertCFNumberToInt() local91 static_cast<void*>(&charvalue)); in p_convertCFNumberToInt()92 if (converted) *i = static_cast<int>(charvalue); in p_convertCFNumberToInt()
165 char *charvalue=0; in TestPUtilAPI() local182 charvalue=(char*)malloc(sizeof(char) * (u_strlen(udataDir) + 1)); in TestPUtilAPI()184 u_UCharsToChars(udataDir, charvalue, (u_strlen(udataDir)+1)); in TestPUtilAPI()185 if(strcmp(charvalue, dataDirectory) != 0){ in TestPUtilAPI()186 … log_err("ERROR: u_UCharsToChars failed. Expected %s, Got %s\n", charvalue, dataDirectory); in TestPUtilAPI()188 free(charvalue); in TestPUtilAPI()