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