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

/external/icu/icu4c/source/common/
H A Ducnvmbcs.h160 * fullStage2Length is present and the missing
168 * 9 uint32_t fullStage2Length: used if MBCS_OPT_FROM_U is set
208 * stage 2 really has length fullStage2Length
475 uint32_t fullStage2Length; /* number of 32-bit units */ member in struct:__anon6711
H A Ducnvmbcs.cpp1479 uint32_t fullStage2Length, /* lengths are numbers of units, not bytes */
1483 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength;
1496 uprv_memcpy(stage2+(fullStage2Length-stage2Length),
1501 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length);
1848 reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode);
1477 reconstituteData(UConverterMBCSTable *mbcsTable, uint32_t stage1Length, uint32_t stage2Length, uint32_t fullStage2Length, UErrorCode *pErrorCode) argument
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java163 int fullStage2Length; /* number of 32-bit units */ field in class:CharsetMBCS.MBCSHeader
497 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length);
594 int stage1Length, int stage2Length, int fullStage2Length) {
600 int[] stage2 = new int[numStage1Ints + fullStage2Length];
602 stage2, (fullStage2Length - stage2Length) + numStage1Ints,
593 reconstituteData(UConverterMBCSTable mbcsTable, int stage1Length, int stage2Length, int fullStage2Length) argument

Completed in 137 milliseconds