Home | History | Annotate | Download | only in cintltst

Lines Matching defs:l1

2703         const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2712 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2715 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2737 const char* l1 = NULL;
2750 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2755 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2758 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2780 const char* l1 = NULL;
2793 l1 = ucol_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2798 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2801 log_verbose("ucol_getLocaleByType old:%s new:%s\n", l1, l2);