Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_ext.c1016 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
1032 stage1Length=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]; in ucnv_extGetUnicodeSet()
1054 for(st1=0; st1<stage1Length; ++st1) { in ucnv_extGetUnicodeSet()
1056 if(st2>stage1Length) { in ucnv_extGetUnicodeSet()
Ducnvmbcs.c1268 uint32_t stage1Length, uint32_t stage2Length, in reconstituteData() argument
1274 uint32_t dataLength=stage1Length*2+fullStage2Length*4+mbcsTable->fromUBytesLength; in reconstituteData()
1284 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1286 stage2=(uint32_t *)(stage1+stage1Length); in reconstituteData()
1288 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()
1305 if(st2!=stage1Length/2) { in reconstituteData()
1613 uint32_t stage1Length= in ucnv_MBCSLoad() local
1618 stage1Length/2; in ucnv_MBCSLoad()
1619 … reconstituteData(mbcsTable, stage1Length, stage2Length, header->fullStage2Length, pErrorCode); in ucnv_MBCSLoad()