Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_getLocaleByType

2474         valid = ucal_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec);
2475 actual = ucal_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec);
2477 log_err("ucal_getLocaleByType() failed\n");
2789 const char* l1 = ucal_getLocaleByType(c1, ULOC_VALID_LOCALE, &status);
2790 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status);
2801 log_verbose("ucal_getLocaleByType old:%s new:%s\n", l1, l2);