• Home
  • Raw
  • Download

Lines Matching refs:cnv

392     UConverter *cnv;  in _Bocu1FromUnicodeWithOffsets()  local
403 cnv=pArgs->converter; in _Bocu1FromUnicodeWithOffsets()
411 c=cnv->fromUChar32; in _Bocu1FromUnicodeWithOffsets()
412 prev=(int32_t)cnv->fromUnicodeStatus; in _Bocu1FromUnicodeWithOffsets()
578 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets()
591 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicodeWithOffsets()
625 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicodeWithOffsets()
626 cnv->fromUnicodeStatus=(uint32_t)prev; in _Bocu1FromUnicodeWithOffsets()
644 UConverter *cnv; in _Bocu1FromUnicode() local
652 cnv=pArgs->converter; in _Bocu1FromUnicode()
659 c=cnv->fromUChar32; in _Bocu1FromUnicode()
660 prev=(int32_t)cnv->fromUnicodeStatus; in _Bocu1FromUnicode()
802 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode()
815 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicode()
846 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicode()
847 cnv->fromUnicodeStatus=(uint32_t)prev; in _Bocu1FromUnicode()
939 UConverter *cnv; in _Bocu1ToUnicodeWithOffsets() local
953 cnv=pArgs->converter; in _Bocu1ToUnicodeWithOffsets()
961 prev=(int32_t)cnv->toUnicodeStatus; in _Bocu1ToUnicodeWithOffsets()
965 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */ in _Bocu1ToUnicodeWithOffsets()
969 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets()
970 bytes=cnv->toUBytes; in _Bocu1ToUnicodeWithOffsets()
1124 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicodeWithOffsets()
1125 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicodeWithOffsets()
1136 cnv->toUnicodeStatus=BOCU1_ASCII_PREV; in _Bocu1ToUnicodeWithOffsets()
1137 cnv->mode=0; in _Bocu1ToUnicodeWithOffsets()
1140 cnv->toUnicodeStatus=(uint32_t)prev; in _Bocu1ToUnicodeWithOffsets()
1141 cnv->mode=(diff<<2)|count; in _Bocu1ToUnicodeWithOffsets()
1143 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets()
1162 UConverter *cnv; in _Bocu1ToUnicode() local
1173 cnv=pArgs->converter; in _Bocu1ToUnicode()
1180 prev=(int32_t)cnv->toUnicodeStatus; in _Bocu1ToUnicode()
1184 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */ in _Bocu1ToUnicode()
1188 byteIndex=cnv->toULength; in _Bocu1ToUnicode()
1189 bytes=cnv->toUBytes; in _Bocu1ToUnicode()
1324 cnv->UCharErrorBuffer[0]=U16_TRAIL(c); in _Bocu1ToUnicode()
1325 cnv->UCharErrorBufferLength=1; in _Bocu1ToUnicode()
1335 cnv->toUnicodeStatus=BOCU1_ASCII_PREV; in _Bocu1ToUnicode()
1336 cnv->mode=0; in _Bocu1ToUnicode()
1339 cnv->toUnicodeStatus=(uint32_t)prev; in _Bocu1ToUnicode()
1340 cnv->mode=(diff<<2)|count; in _Bocu1ToUnicode()
1342 cnv->toULength=byteIndex; in _Bocu1ToUnicode()