Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dintltest.h278 enum { kMaxProps = 16 }; enumerator
353 const char* proplines[kMaxProps];
Dintltest.cpp1234 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()