Searched refs:infoStatus (Results 1 – 1 of 1) sorted by relevance
254 UErrorCode infoStatus = U_ZERO_ERROR; in test() local255 const char* localeID = fmt->getLocaleID(ULOC_ACTUAL_LOCALE, infoStatus); in test()256 localeID = (U_SUCCESS(infoStatus) && localeID)? localeID: "?"; in test()