Searched refs:retLoc (Results 1 – 2 of 2) sorted by relevance
6 - (void)getReturnValue:(void *)retLoc;7 - (void)setReturnValue:(void *)retLoc;
1029 char* retLoc; in OpenMessageFormatTest() local1066 retLoc = (char*)umsg_getLocale(f1); in OpenMessageFormatTest()1067 if(strcmp(retLoc,locale)!=0) in OpenMessageFormatTest()1069 …og_err("umsg_setLocale and umsg_getLocale methods failed. Expected:%s Got: %s \n", locale, retLoc); in OpenMessageFormatTest()