Searched refs:maxLimit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1200 int32_t maxLimit = targetOrders.getLowOffset(i + patternSize); local
1220 if (maxLimit == targetOrders.getHighOffset(i + patternSize) &&
1225 int32_t mend = maxLimit;
1231 if (minLimit < maxLimit) {
1249 if (mend > maxLimit) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dusearch.cpp3859 int32_t maxLimit; local
3949 maxLimit = nextCEI->lowIndex;
3956 maxLimit = nextCEI->lowIndex;
4005 mLimit = maxLimit;
4006 if (minLimit < maxLimit) {
4025 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4031 if (mLimit > maxLimit) {
4150 int32_t maxLimit; local
4251 mLimit = maxLimit
[all...]

Completed in 117 milliseconds