Lines Matching refs:st3
857 uint32_t st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
897 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
899 stage3=results+st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
943 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
945 stage3=bytes+st3Multiplier*16*(uint32_t)(uint16_t)st3; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
948 st3>>=16; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
958 if(st3&1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
978 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
984 … if(((st3&1)!=0 || useFallback) && *((const uint16_t *)stage3)>=0x100) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
987 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
994 … if(((st3&1)!=0 || useFallback) && ((value=*stage3)==0x81 || value==0x82)) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
997 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1004 … if(((st3&1)!=0 || useFallback) && (value=*((const uint16_t *)stage3))>=0x8140 && value<=0xeffc) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1007 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1014 if( ((st3&1)!=0 || useFallback) && in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1020 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1027 if( ((st3&1)!=0 || useFallback) && in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1033 st3>>=1; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1406 int32_t i, st3; in writeStage3Roundtrip() local
1450 st3=(int32_t)(uint16_t)*stage2*16+(c&0xf); in writeStage3Roundtrip()
1456 p+=st3*3; in writeStage3Roundtrip()
1462 ((uint32_t *)p)[st3]=value; in writeStage3Roundtrip()
1466 ((uint16_t *)p)[st3]=(uint16_t)value; in writeStage3Roundtrip()
1510 int32_t st1, st2, st3, i; in reconstituteData() local
1517 st3=mbcsTable->mbcsIndex[stageUTF8Index++]; in reconstituteData()
1518 if(st3!=0) { in reconstituteData()
1520 st3>>=4; in reconstituteData()
1525 stage2[st2++]=st3++; in reconstituteData()
1526 stage2[st2++]=st3++; in reconstituteData()
1527 stage2[st2++]=st3++; in reconstituteData()
1528 stage2[st2++]=st3; in reconstituteData()