Home | History | Annotate | Download | only in cintltst

Lines Matching refs:l2

2521         const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status);
2529 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0 || status!=U_ZERO_ERROR) {
2532 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);
2555 const char* l2 = NULL;
2568 l2 = udat_getLocaleByType(df2, ULOC_VALID_LOCALE, &status);
2572 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2575 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);
2598 const char* l2 = NULL;
2611 l2 = ucol_getLocaleByType(c2, ULOC_VALID_LOCALE, &status);
2615 if (strcmp(newLoc,l1)!=0 || strcmp(l1,l2)!=0) {
2618 log_verbose("ucol_getLocaleByType old:%s new:%s\n", l1, l2);