Lines Matching refs:l1
2668 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2677 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2680 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2702 const char* l1 = NULL;
2715 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2720 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2723 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2745 const char* l1 = NULL;
2758 l1 = ucol_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2763 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2766 log_verbose("ucol_getLocaleByType old:%s new:%s\n", l1, l2);