Home | History | Annotate | Download | only in cintltst

Lines Matching refs:us1

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