Searched refs:kMaxProps (Results 1 – 2 of 2) sorted by relevance
282 enum { kMaxProps = 16 }; enumerator356 const char* proplines[kMaxProps];
1214 const char *props[IntlTest::kMaxProps]; in main()1266 if (nProps < IntlTest::kMaxProps) { in main()1310 if (nProps > IntlTest::kMaxProps) { in main()2105 if (numProps < kMaxProps) { in setProperty()