Home
last modified time | relevance | path

Searched refs:infoStatus (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnmfmtrt.cpp254 UErrorCode infoStatus = U_ZERO_ERROR; in test() local
255 const char* localeID = fmt->getLocaleID(ULOC_ACTUAL_LOCALE, infoStatus); in test()
256 localeID = (U_SUCCESS(infoStatus) && localeID)? localeID: "?"; in test()