Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udat_getLocaleByType

2450         valid = udat_getLocaleByType(obj, ULOC_VALID_LOCALE, &ec);
2451 actual = udat_getLocaleByType(obj, ULOC_ACTUAL_LOCALE, &ec);
2453 log_err("udat_getLocaleByType() failed\n");
2836 l1 = udat_getLocaleByType(df1, ULOC_VALID_LOCALE, &status);
2837 l2 = udat_getLocaleByType(df2, ULOC_VALID_LOCALE, &status);
2844 log_verbose("udat_getLocaleByType old:%s new:%s\n", l1, l2);