Home
last modified time | relevance | path

Searched defs:maxIteration (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp348 int32_t maxIteration; member in NextSortKeyPart
353 …rt(const UCollator* coll, const CA_uchar* source, int32_t bufSize, int32_t maxIteration /* = -1 */) in NextSortKeyPart()
415 int32_t maxIteration; member in NextSortKeyPartUTF8
420 …TF8(const UCollator* coll, const CA_char* source, int32_t bufSize, int32_t maxIteration /* = -1 */) in NextSortKeyPartUTF8()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp457 const deUint32 maxIteration = 10; in createGranularityQueryTests() local