Lines Matching refs:cnv
387 UConverter *cnv; in _Bocu1FromUnicodeWithOffsets() local
400 cnv=pArgs->converter; in _Bocu1FromUnicodeWithOffsets()
408 c=cnv->fromUChar32; in _Bocu1FromUnicodeWithOffsets()
409 prev=(int32_t)cnv->fromUnicodeStatus; in _Bocu1FromUnicodeWithOffsets()
575 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets()
588 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicodeWithOffsets()
622 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicodeWithOffsets()
623 cnv->fromUnicodeStatus=(uint32_t)prev; in _Bocu1FromUnicodeWithOffsets()
641 UConverter *cnv; in _Bocu1FromUnicode() local
649 cnv=pArgs->converter; in _Bocu1FromUnicode()
656 c=cnv->fromUChar32; in _Bocu1FromUnicode()
657 prev=(int32_t)cnv->fromUnicodeStatus; in _Bocu1FromUnicode()
799 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode()
812 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicode()
843 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicode()
844 cnv->fromUnicodeStatus=(uint32_t)prev; in _Bocu1FromUnicode()
936 UConverter *cnv; in _Bocu1ToUnicodeWithOffsets() local
950 cnv=pArgs->converter; in _Bocu1ToUnicodeWithOffsets()
958 prev=(int32_t)cnv->toUnicodeStatus; in _Bocu1ToUnicodeWithOffsets()
962 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */ in _Bocu1ToUnicodeWithOffsets()
966 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets()
967 bytes=cnv->toUBytes; in _Bocu1ToUnicodeWithOffsets()
1121 cnv->UCharErrorBuffer[0]=UTF16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets()
1122 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicodeWithOffsets()
1133 cnv->toUnicodeStatus=BOCU1_ASCII_PREV; in _Bocu1ToUnicodeWithOffsets()
1134 cnv->mode=0; in _Bocu1ToUnicodeWithOffsets()
1137 cnv->toUnicodeStatus=(uint32_t)prev; in _Bocu1ToUnicodeWithOffsets()
1138 cnv->mode=(diff<<2)|count; in _Bocu1ToUnicodeWithOffsets()
1140 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets()
1159 UConverter *cnv; in _Bocu1ToUnicode() local
1172 cnv=pArgs->converter; in _Bocu1ToUnicode()
1179 prev=(int32_t)cnv->toUnicodeStatus; in _Bocu1ToUnicode()
1183 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */ in _Bocu1ToUnicode()
1187 byteIndex=cnv->toULength; in _Bocu1ToUnicode()
1188 bytes=cnv->toUBytes; in _Bocu1ToUnicode()
1323 cnv->UCharErrorBuffer[0]=UTF16_TRAIL(c); in _Bocu1ToUnicode()
1324 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicode()
1334 cnv->toUnicodeStatus=BOCU1_ASCII_PREV; in _Bocu1ToUnicode()
1335 cnv->mode=0; in _Bocu1ToUnicode()
1338 cnv->toUnicodeStatus=(uint32_t)prev; in _Bocu1ToUnicode()
1339 cnv->mode=(diff<<2)|count; in _Bocu1ToUnicode()
1341 cnv->toULength=byteIndex; in _Bocu1ToUnicode()