Home
last modified time | relevance | path

Searched refs:kMaxProps (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dintltest.h183 enum { kMaxProps = 16 }; enumerator
243 const char* proplines[kMaxProps];
Dintltest.cpp1087 const char *props[IntlTest::kMaxProps]; in main()
1128 if (nProps < IntlTest::kMaxProps) { in main()
1172 if (nProps > IntlTest::kMaxProps) { in main()
1770 if (numProps < kMaxProps) { in setProperty()