Searched refs:getCurrB (Results 1 – 1 of 1) sorted by relevance
937 char getCurrB[4]; in TestGetKeywordValuesForLocale() local938 u_UCharsToChars(getCurrU, getCurrB, 4); in TestGetKeywordValuesForLocale()939 if ( uprv_strncmp(getCurrB, FORLOCALE[i], 4) != 0 ) { in TestGetKeywordValuesForLocale()940 … log_err("ERROR: ucurr_forLocale %s, expected %s, got %s\n", loc, FORLOCALE[i], getCurrB); in TestGetKeywordValuesForLocale()