Lines Matching refs:lineLengthsTop
170 static uint32_t lineTop=0, groupBottom, wordBottom=STRING_STORE_SIZE, lineLengthsTop;
664 lineLengthsTop=0;
1048 lineLengthsTop=(lineLengthsTop+1)/2;
1049 stringStart=allocLine(lineLengthsTop+length);
1050 uprv_memcpy(stringStart, lineLengths, lineLengthsTop);
1051 uprv_memcpy(stringStart+lineLengthsTop, strings, length);
1088 if((lineLengthsTop&1)==0) {
1089 lineLengths[lineLengthsTop/2]=(uint8_t)(nibble<<4);
1091 lineLengths[lineLengthsTop/2]|=nibble&0xf;
1093 ++lineLengthsTop;