Home | History | Annotate | Download | only in intltest

Lines Matching full:array_size

37 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
981 expect(DATA, ARRAY_SIZE(DATA));
1101 expectUserDII(DATA, ARRAY_SIZE(DATA));
1215 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1219 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1292 skeletonIndex < ARRAY_SIZE(skeleton);