Searched refs:EXPECTED_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 894 const int32_t EXPECTED_SIZE[PREFERRED_SIZE] = { in TestGetKeywordValuesForLocale() local 934 if (size == EXPECTED_SIZE[i]) { in TestGetKeywordValuesForLocale() 951 …r("FAIL: size of locale \"%s\" %d does not match expected size %d\n", loc, size, EXPECTED_SIZE[i]); in TestGetKeywordValuesForLocale()
|
D | ccaltst.c | 1578 … const int32_t EXPECTED_SIZE[PREFERRED_SIZE] = { 1, 1, 1, 1, 2, 2, 2, 5, 5, 2, 2, 2, 1, 3, 5, 4 }; in TestGetKeywordValuesForLocale() local 1601 if (U_SUCCESS(status) && uenum_count(pref, &status) == EXPECTED_SIZE[i]) { in TestGetKeywordValuesForLocale() 1603 for (j = 0; j < EXPECTED_SIZE[i]; j++) { in TestGetKeywordValuesForLocale()
|