Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dmacconversion.cc106 char charvalue; in p_convertCFNumberToInt() local
108 static_cast<void*>(&charvalue)); in p_convertCFNumberToInt()
109 if (converted) *i = static_cast<int>(charvalue); in p_convertCFNumberToInt()
/external/icu4c/test/cintltst/
Dputiltst.c146 char *charvalue=0; in TestPUtilAPI() local
163 charvalue=(char*)malloc(sizeof(char) * (u_strlen(udataDir) + 1)); in TestPUtilAPI()
165 u_UCharsToChars(udataDir, charvalue, (u_strlen(udataDir)+1)); in TestPUtilAPI()
166 if(strcmp(charvalue, dataDirectory) != 0){ in TestPUtilAPI()
167 … log_err("ERROR: u_UCharsToChars failed. Expected %s, Got %s\n", charvalue, dataDirectory); in TestPUtilAPI()
169 free(charvalue); in TestPUtilAPI()