Home
last modified time | relevance | path

Searched refs:fullStage2Length (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Ducnvmbcs.h437 uint32_t fullStage2Length; /* number of 32-bit units */ member
Ducnvmbcs.c1269 uint32_t fullStage2Length, /* lengths are numbers of units, not bytes */ in reconstituteData() argument
1274 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()
/external/icu4c/tools/makeconv/
Dgenmbcs.c1430 header.fullStage2Length=stage2Length; in MBCSWrite()