Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c922 int32_t getCurrLen; in TestGetKeywordValuesForLocale() local
994 getCurrLen = ucurr_forLocale(loc, getCurrU, 4, &status); in TestGetKeywordValuesForLocale()
999 } else if (getCurrLen != 3) { in TestGetKeywordValuesForLocale()
1000 if (FORLOCALE[i][0] != 0 || getCurrLen != -1) { in TestGetKeywordValuesForLocale()
1001 log_err("ERROR: ucurr_forLocale %s, returned len %d\n", loc, getCurrLen); in TestGetKeywordValuesForLocale()