Lines Matching refs:cnv
394 UConverter *cnv; in _Bocu1FromUnicodeWithOffsets() local
405 cnv=pArgs->converter; in _Bocu1FromUnicodeWithOffsets()
413 c=cnv->fromUChar32; in _Bocu1FromUnicodeWithOffsets()
414 prev=(int32_t)cnv->fromUnicodeStatus; in _Bocu1FromUnicodeWithOffsets()
583 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets()
599 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicodeWithOffsets()
636 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicodeWithOffsets()
637 cnv->fromUnicodeStatus=(uint32_t)prev; in _Bocu1FromUnicodeWithOffsets()
655 UConverter *cnv; in _Bocu1FromUnicode() local
663 cnv=pArgs->converter; in _Bocu1FromUnicode()
670 c=cnv->fromUChar32; in _Bocu1FromUnicode()
671 prev=(int32_t)cnv->fromUnicodeStatus; in _Bocu1FromUnicode()
815 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode()
831 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicode()
865 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicode()
866 cnv->fromUnicodeStatus=(uint32_t)prev; in _Bocu1FromUnicode()
958 UConverter *cnv; in _Bocu1ToUnicodeWithOffsets() local
972 cnv=pArgs->converter; in _Bocu1ToUnicodeWithOffsets()
980 prev=(int32_t)cnv->toUnicodeStatus; in _Bocu1ToUnicodeWithOffsets()
984 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */ in _Bocu1ToUnicodeWithOffsets()
988 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets()
989 bytes=cnv->toUBytes; in _Bocu1ToUnicodeWithOffsets()
1143 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets()
1144 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicodeWithOffsets()
1155 cnv->toUnicodeStatus=BOCU1_ASCII_PREV; in _Bocu1ToUnicodeWithOffsets()
1156 cnv->mode=0; in _Bocu1ToUnicodeWithOffsets()
1159 cnv->toUnicodeStatus=(uint32_t)prev; in _Bocu1ToUnicodeWithOffsets()
1160 cnv->mode=(diff<<2)|count; in _Bocu1ToUnicodeWithOffsets()
1162 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets()
1181 UConverter *cnv; in _Bocu1ToUnicode() local
1192 cnv=pArgs->converter; in _Bocu1ToUnicode()
1199 prev=(int32_t)cnv->toUnicodeStatus; in _Bocu1ToUnicode()
1203 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */ in _Bocu1ToUnicode()
1207 byteIndex=cnv->toULength; in _Bocu1ToUnicode()
1208 bytes=cnv->toUBytes; in _Bocu1ToUnicode()
1343 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicode()
1344 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicode()
1354 cnv->toUnicodeStatus=BOCU1_ASCII_PREV; in _Bocu1ToUnicode()
1355 cnv->mode=0; in _Bocu1ToUnicode()
1358 cnv->toUnicodeStatus=(uint32_t)prev; in _Bocu1ToUnicode()
1359 cnv->mode=(diff<<2)|count; in _Bocu1ToUnicode()
1361 cnv->toULength=byteIndex; in _Bocu1ToUnicode()