Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_getLocaleByType

2385         valid = ucal_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec);
2386 actual = ucal_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec);
2388 log_err("ucal_getLocaleByType() failed\n");
2668 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2669 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status);
2680 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);