Searched refs:EXPECTED_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 827 const int32_t EXPECTED_SIZE[PREFERRED_SIZE] = { in TestGetKeywordValuesForLocale() local 867 if (size == EXPECTED_SIZE[i]) { in TestGetKeywordValuesForLocale() 884 …r("FAIL: size of locale \"%s\" %d does not match expected size %d\n", loc, size, EXPECTED_SIZE[i]); in TestGetKeywordValuesForLocale()
|
D | ccaltst.c | 1607 … 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 1630 if (U_SUCCESS(status) && uenum_count(pref, &status) == EXPECTED_SIZE[i]) { in TestGetKeywordValuesForLocale() 1632 for (j = 0; j < EXPECTED_SIZE[i]; j++) { in TestGetKeywordValuesForLocale()
|