Home | History | Annotate | Download | only in common

Lines Matching refs:maxLength

111                                    int32_t maxLength,
125 for (i = 0; i < maxLength && p != NULL; ++i) {
155 // maxLength is 0 coming in.
219 int32_t maxLength,
225 return search(text, maxLength, lengths, count, limit, parent, pMatched);
466 int32_t maxLength,
486 if (i >= maxLength) {
498 for (int j = 0; j < nodeCount && i < maxLength; ++j) {