Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dmacconversion.cc89 char charvalue; in p_convertCFNumberToInt() local
91 static_cast<void*>(&charvalue)); in p_convertCFNumberToInt()
92 if (converted) *i = static_cast<int>(charvalue); in p_convertCFNumberToInt()
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c165 char *charvalue=0; in TestPUtilAPI() local
182 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()