Searched refs:fullStage2Length (Results 1 – 3 of 3) sorted by relevance
437 uint32_t fullStage2Length; /* number of 32-bit units */ member
1269 uint32_t fullStage2Length, /* lengths are numbers of units, not bytes */ in reconstituteData() argument1274 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength; in reconstituteData()1287 uprv_memcpy(stage2+(fullStage2Length-stage2Length), in reconstituteData()1292 mbcsTable->fromUnicodeBytes=bytes=(uint8_t *)(stage2+fullStage2Length); in reconstituteData()1619 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()
1430 header.fullStage2Length=stage2Length; in MBCSWrite()