Lines Matching refs:l1
2526 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2535 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2538 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2560 const char* l1 = NULL;
2573 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2578 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2581 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2603 const char* l1 = NULL;
2616 l1 = ucol_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2621 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2624 log_verbose("ucol_getLocaleByType old:%s new:%s\n", l1, l2);