Home | History | Annotate | Download | only in impl

Lines Matching refs:maxLength16

73     private final int maxLength16;
115 int maxLength16 = 0;
124 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) {
125 maxLength16 = length16;
128 this.maxLength16 = maxLength16;
218 maxLength16 = otherStringSpan.maxLength16;
394 initSize = maxLength16;
604 offsets.setMaxLength(maxLength16);
663 initSize = maxLength16;