Home | History | Annotate | Download | only in cintltst

Lines Matching refs:us1

3018     const char* us1;
3043 us1 = ures_getLocaleByType(rb1, ULOC_ACTUAL_LOCALE, &status);
3052 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
3056 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);