Searched refs:nlocstr (Results 1 – 1 of 1) sorted by relevance
195 const char* nlocstr = ucol_getLocaleByType(fufu.getAlias(), ULOC_VALID_LOCALE, &status); in TestRegister() local196 if (uprv_strcmp(nlocstr, "fu_FU") != 0) { in TestRegister()197 errln(UnicodeString("asked for uloc valid locale after close and got ") + nlocstr); in TestRegister()