Searched refs:fullStage2Length (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterDataReader.java | 482 h.fullStage2Length = byteBuffer.getInt(); in readMBCSHeader()
|
D | CharsetMBCS.java | 162 int fullStage2Length; /* number of 32-bit units */ field in CharsetMBCS.MBCSHeader 492 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length); in loadConverter() 588 int stage1Length, int stage2Length, int fullStage2Length) { in reconstituteData() argument 594 int[] stage2 = new int[numStage1Ints + fullStage2Length]; in reconstituteData() 596 stage2, (fullStage2Length - stage2Length) + numStage1Ints, in reconstituteData()
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.h | 477 uint32_t fullStage2Length; /* number of 32-bit units */ member
|
D | ucnvmbcs.cpp | 1486 uint32_t fullStage2Length, /* lengths are numbers of units, not bytes */ in reconstituteData() argument 1490 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength; in reconstituteData() 1503 uprv_memcpy(stage2+(fullStage2Length-stage2Length), in reconstituteData() 1508 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length); in reconstituteData() 1855 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 1449 header.fullStage2Length=stage2Length; in MBCSWrite()
|