Searched refs:kMaxProps (Results 1 – 2 of 2) sorted by relevance
278 enum { kMaxProps = 16 }; enumerator353 const char* proplines[kMaxProps];
1234 const char *props[IntlTest::kMaxProps]; in main()1286 if (nProps < IntlTest::kMaxProps) { in main()1330 if (nProps > IntlTest::kMaxProps) { in main()2182 if (numProps < kMaxProps) { in setProperty()