Searched refs:kMaxProps (Results 1 – 2 of 2) sorted by relevance
279 enum { kMaxProps = 16 }; enumerator390 const char* proplines[kMaxProps];
1218 const char *props[IntlTest::kMaxProps]; in main()1273 if (nProps < IntlTest::kMaxProps) { in main()1317 if (nProps > IntlTest::kMaxProps) { in main()2151 if (numProps < kMaxProps) { in setProperty()