Home | History | Annotate | Download | only in impl

Lines Matching defs:indexLength

241         // fold and compact if necessary, also checks that indexLength is 
301 // fold and compact if necessary, also checks that indexLength is
327 // int32_t indexLength
358 /* write 16-bit index values shifted right by UTRIE_INDEX_SHIFT, after adding indexLength */
712 int indexLength = BMP_INDEX_LENGTH_;
719 block = findSameIndexBlock(index, indexLength, c >> SHIFT_);
734 if (block == indexLength) {
737 System.arraycopy(index, c >> SHIFT_, index, indexLength,
739 indexLength += SURROGATE_BLOCK_COUNT_;
757 if (indexLength >= MAX_INDEX_LENGTH_) {
764 indexLength - BMP_INDEX_LENGTH_);
767 indexLength += SURROGATE_BLOCK_COUNT_;
768 m_indexLength_ = indexLength;