Home | History | Annotate | Download | only in common

Lines Matching full:bytesconverted

756    int bytesConverted;
763 bytesConverted = ucnv_MBCSFromUChar32(xcnv, *pUniChar, &value, FALSE);
766 if(bytesConverted > 0) {
767 firstByte = (ulmbcs_byte_t)(value >> ((bytesConverted - 1) * 8));
785 if (bytesConverted == 1 && group >= ULMBCS_DOUBLEOPTGROUP_START)
792 if ( bytesConverted == 1 && firstByte < 0x20 )
797 switch(bytesConverted)