Lines Matching refs:maxLength
656 int maxLength = pair.entryName.length();
662 // extract the next maxLength characters in the string (we have to do this using the
668 while (maxLength > 0 && c != NormalizerBase.DONE) {
671 maxLength -= 2;
674 --maxLength;
680 // longest sequence that matches the characters in the actual text. (maxLength
682 // Upon exit from this loop, maxLength will contain the length of the matching
685 maxLength = 1;
692 > maxLength) {
693 maxLength = pair.entryName.length();
702 while (maxLength > 1) {
704 maxLength -= Character.charCount(c);
729 int maxLength = pair.entryName.length();
736 while (maxLength > 0 && c != NormalizerBase.DONE) {
739 maxLength -= 2;
742 --maxLength;
748 maxLength = 1;
755 > maxLength) {
756 maxLength = pair.entryName.length();
761 while (maxLength > 1) {
763 maxLength -= Character.charCount(c);