Home
last modified time | relevance | path

Searched refs:lineLengthsTop (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp170 static uint32_t lineTop=0, groupBottom, wordBottom=STRING_STORE_SIZE, lineLengthsTop; variable
664 lineLengthsTop=0; in compressLines()
1048 lineLengthsTop=(lineLengthsTop+1)/2; in addGroup()
1049 stringStart=allocLine(lineLengthsTop+length); in addGroup()
1050 uprv_memcpy(stringStart, lineLengths, lineLengthsTop); in addGroup()
1051 uprv_memcpy(stringStart+lineLengthsTop, strings, length); in addGroup()
1088 if((lineLengthsTop&1)==0) { in appendLineLengthNibble()
1089 lineLengths[lineLengthsTop/2]=(uint8_t)(nibble<<4); in appendLineLengthNibble()
1091 lineLengths[lineLengthsTop/ in appendLineLengthNibble()
[all...]

Completed in 2 milliseconds