Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_ext.cpp1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1055 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]; in ucnv_extGetUnicodeSet()
1075 for(st1=0; st1<stage1Length; ++st1) { in ucnv_extGetUnicodeSet()
1077 if(st2>stage1Length) { in ucnv_extGetUnicodeSet()
Ducnvmbcs.cpp1485 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument
1490 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength; in reconstituteData()
1500 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1502 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData()
1504 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()
1521 if(st2!=(int32_t)stage1Length/2) { in reconstituteData()
1849 uint32_t stage1Length= in ucnv_MBCSLoad() local
1854 stage1Length/2; in ucnv_MBCSLoad()
1855 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java490 …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()