Lines Matching refs:toUBytes
294 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus; in _UTF16BEToUnicodeWithOffsets()
299 uint8_t *p=cnv->toUBytes; in _UTF16BEToUnicodeWithOffsets()
440 cnv->toUBytes[0]=(uint8_t)(c>>8); in _UTF16BEToUnicodeWithOffsets()
441 cnv->toUBytes[1]=(uint8_t)c; in _UTF16BEToUnicodeWithOffsets()
478 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16BEToUnicodeWithOffsets()
509 pArgs->converter->toUBytes[0]=*s++; in _UTF16BEGetNextUChar()
537 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16BEGetNextUChar()
554 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16BEGetNextUChar()
890 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus; in _UTF16LEToUnicodeWithOffsets()
895 uint8_t *p=cnv->toUBytes; in _UTF16LEToUnicodeWithOffsets()
1036 cnv->toUBytes[0]=(uint8_t)c; in _UTF16LEToUnicodeWithOffsets()
1037 cnv->toUBytes[1]=(uint8_t)(c>>8); in _UTF16LEToUnicodeWithOffsets()
1074 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16LEToUnicodeWithOffsets()
1105 pArgs->converter->toUBytes[0]=*s++; in _UTF16LEGetNextUChar()
1133 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16LEGetNextUChar()
1150 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16LEGetNextUChar()
1339 cnv->toUBytes[0]=(uint8_t)*source++; in _UTF16ToUnicodeWithOffsets()
1351 if(cnv->toUBytes[0]==0xfe && b==0xff) { in _UTF16ToUnicodeWithOffsets()
1357 } else if(cnv->toUBytes[0]==0xff && b==0xfe) { in _UTF16ToUnicodeWithOffsets()
1393 cnv->toUBytes[1]=b; in _UTF16ToUnicodeWithOffsets()