Home | History | Annotate | Download | only in cintltst

Lines Matching defs:l1

2671         const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2680 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2683 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2705 const char* l1 = NULL;
2718 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2723 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2726 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2748 const char* l1 = NULL;
2761 l1
2766 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2769 log_verbose("ucol_getLocaleByType old:%s new:%s\n", l1, l2);