Home | History | Annotate | Download | only in intltest

Lines Matching refs:actual

75         // display langage (Greek)[actual values listed below]
87 // display country (Greek)[actual values listed below]
99 // display name (Greek)[actual values listed below]
1774 * and valid (expReqValid) and between valid and actual (expValidActual).
1787 const char* actual = actualLoc.getName();
1789 int32_t validActual = _loccmp(valid, actual);
1796 logln("%s; req=%s, valid=%s, actual=%s",
1797 label, req, valid, actual);
1799 dataerrln("FAIL: %s; req=%s, valid=%s, actual=%s. Require (R %s V) and (V %s A)",
1800 label, req, valid, actual,
1809 Locale valid, actual, reqLoc;
1819 actual = cal->getLocale(ULOC_ACTUAL_LOCALE, ec);
1823 _checklocs("Calendar", req, valid, actual);
1848 actual = dec->getLocale(ULOC_ACTUAL_LOCALE, ec);
1852 _checklocs("DecimalFormat", req, valid, actual);
1861 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec);
1865 _checklocs("DecimalFormatSymbols", req, valid, actual);
1885 actual = dat->getLocale(ULOC_ACTUAL_LOCALE, ec);
1889 _checklocs("SimpleDateFormat", req, valid, actual);
1898 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec);
1902 _checklocs("DateFormatSymbols", req, valid, actual);
1917 actual = brk->getLocale(ULOC_ACTUAL_LOCALE, ec);
1921 _checklocs("BreakIterator", req, valid, actual);
1935 actual = brk->getLocale(ULOC_ACTUAL_LOCALE, ec);
1939 // N.B.: now expect valid==actual==req
1941 req, valid, actual, "eq", "eq");
1959 actual = brk->getLocale(ULOC_ACTUAL_LOCALE, ec);
1963 _checklocs("BreakIterator(unregistered)", req, valid, actual);
1979 actual = coll->getLocale(ULOC_ACTUAL_LOCALE, ec);
1983 _checklocs("Collator", req, valid, actual);
1997 actual = coll->getLocale(ULOC_ACTUAL_LOCALE, ec);
2001 // N.B.: now expect valid==actual==req
2003 req, valid, actual, "eq", "eq");
2021 actual = coll->getLocale(ULOC_ACTUAL_LOCALE, ec);
2025 _checklocs("Collator(unregistered)", req, valid, actual);