Searched refs:stage1Length (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 1039 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1054 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]; in ucnv_extGetUnicodeSet() 1074 for(st1=0; st1<stage1Length; ++st1) { in ucnv_extGetUnicodeSet() 1076 if(st2>stage1Length) { in ucnv_extGetUnicodeSet()
|
D | ucnvmbcs.cpp | 1484 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument 1489 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength; in reconstituteData() 1499 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData() 1501 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData() 1503 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData() 1520 if(st2!=(int32_t)stage1Length/2) { in reconstituteData() 1848 uint32_t stage1Length= in ucnv_MBCSLoad() local 1853 stage1Length/2; in ucnv_MBCSLoad() 1854 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 490 …int stage1Length = (mbcsTable.unicodeMask&UConverterConstants.HAS_SUPPLEMENTARY) != 0 ? 0x440 : 0x… in loadConverter() local 491 … int stage2Length = (header.offsetFromUBytes - header.offsetFromUTable)/4 - stage1Length/2; in loadConverter() 492 reconstituteData(mbcsTable, stage1Length, stage2Length, header.fullStage2Length); in loadConverter() 588 int stage1Length, int stage2Length, int fullStage2Length) { in reconstituteData() argument 593 int numStage1Ints = stage1Length / 2; // 2 chars = 1 int in reconstituteData() 608 if (st2 != stage1Length/2) { in reconstituteData() 5005 int st1, stage1Length, st2, st3, minLength; in extGetUnicodeSet() local 5022 stage1Length = cx.asIntBuffer().get(EXT_FROM_U_STAGE_1_LENGTH); in extGetUnicodeSet() 5035 for(st1=0; st1< stage1Length; ++st1){ in extGetUnicodeSet() 5037 if(st2>stage1Length) { in extGetUnicodeSet()
|