Searched defs:fullStage2Length (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ducnvmbcs.h157 * fullStage2Length is present and the missing
165 * 9 uint32_t fullStage2Length: used if MBCS_OPT_FROM_U is set
205 * stage 2 really has length fullStage2Length
437 uint32_t fullStage2Length; /* number of 32-bit units */ member in struct:__anon5245
H A Ducnvmbcs.c1340 uint32_t fullStage2Length, /* lengths are numbers of units, not bytes */
1345 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength;
1358 uprv_memcpy(stage2+(fullStage2Length-stage2Length),
1363 mbcsTable->fromUnicodeBytes=bytes=(uint8_t *)(stage2+fullStage2Length);
1710 reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode);
1338 reconstituteData(UConverterMBCSTable *mbcsTable, uint32_t stage1Length, uint32_t stage2Length, uint32_t fullStage2Length, UErrorCode *pErrorCode) argument

Completed in 68 milliseconds