Lines Matching refs:cnv

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