Searched refs:stage1Length (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 1034 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1049 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]; in ucnv_extGetUnicodeSet() 1069 for(st1=0; st1<stage1Length; ++st1) { in ucnv_extGetUnicodeSet() 1071 if(st2>stage1Length) { in ucnv_extGetUnicodeSet()
|
D | ucnvmbcs.cpp | 1478 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument 1483 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength; in reconstituteData() 1493 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData() 1495 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData() 1497 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData() 1514 if(st2!=(int32_t)stage1Length/2) { in reconstituteData() 1842 uint32_t stage1Length= in ucnv_MBCSLoad() local 1847 stage1Length/2; in ucnv_MBCSLoad() 1848 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 495 …int stage1Length = (mbcsTable.unicodeMask&UConverterConstants.HAS_SUPPLEMENTARY) != 0 ? 0x440 : 0x… in loadConverter() local 496 … int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2; in loadConverter() 497 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length); in loadConverter() 594 int stage1Length, int stage2Length, int fullStage2Length) { in reconstituteData() argument 599 int numStage1Ints = stage1Length / 2; // 2 chars = 1 int in reconstituteData() 614 if (st2 != stage1Length/2) { in reconstituteData() 5004 int st1, stage1Length, st2, st3, minLength; in extGetUnicodeSet() local 5021 stage1Length = cx.asIntBuffer().get(EXT_FROM_U_STAGE_1_LENGTH); in extGetUnicodeSet() 5034 for(st1=0; st1< stage1Length; ++st1){ in extGetUnicodeSet() 5036 if(st2>stage1Length) { in extGetUnicodeSet()
|