Lines Matching refs:toUBytes
298 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus; in _UTF16BEToUnicodeWithOffsets()
303 uint8_t *p=cnv->toUBytes; in _UTF16BEToUnicodeWithOffsets()
444 cnv->toUBytes[0]=(uint8_t)(c>>8); in _UTF16BEToUnicodeWithOffsets()
445 cnv->toUBytes[1]=(uint8_t)c; in _UTF16BEToUnicodeWithOffsets()
482 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16BEToUnicodeWithOffsets()
513 pArgs->converter->toUBytes[0]=*s++; in _UTF16BEGetNextUChar()
541 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16BEGetNextUChar()
558 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16BEGetNextUChar()
899 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus; in _UTF16LEToUnicodeWithOffsets()
904 uint8_t *p=cnv->toUBytes; in _UTF16LEToUnicodeWithOffsets()
1045 cnv->toUBytes[0]=(uint8_t)c; in _UTF16LEToUnicodeWithOffsets()
1046 cnv->toUBytes[1]=(uint8_t)(c>>8); in _UTF16LEToUnicodeWithOffsets()
1083 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16LEToUnicodeWithOffsets()
1114 pArgs->converter->toUBytes[0]=*s++; in _UTF16LEGetNextUChar()
1142 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16LEGetNextUChar()
1159 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16LEGetNextUChar()
1362 cnv->toUBytes[0]=(uint8_t)*source++; in _UTF16ToUnicodeWithOffsets()
1374 if(cnv->toUBytes[0]==0xfe && b==0xff) { in _UTF16ToUnicodeWithOffsets()
1380 } else if(cnv->toUBytes[0]==0xff && b==0xfe) { in _UTF16ToUnicodeWithOffsets()
1416 cnv->toUBytes[1]=b; in _UTF16ToUnicodeWithOffsets()