Home | History | Annotate | Download | only in cintltst

Lines Matching full:retloc

1029     char* retLoc;
1066 retLoc = (char*)umsg_getLocale(f1);
1067 if(strcmp(retLoc,locale)!=0)
1069 log_err("umsg_setLocale and umsg_getLocale methods failed. Expected:%s Got: %s \n", locale, retLoc);