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()
893 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus; in _UTF16LEToUnicodeWithOffsets()
898 uint8_t *p=cnv->toUBytes; in _UTF16LEToUnicodeWithOffsets()
1039 cnv->toUBytes[0]=(uint8_t)c; in _UTF16LEToUnicodeWithOffsets()
1040 cnv->toUBytes[1]=(uint8_t)(c>>8); in _UTF16LEToUnicodeWithOffsets()
1077 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16LEToUnicodeWithOffsets()
1108 pArgs->converter->toUBytes[0]=*s++; in _UTF16LEGetNextUChar()
1136 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16LEGetNextUChar()
1153 uint8_t *bytes=pArgs->converter->toUBytes; in _UTF16LEGetNextUChar()
1345 cnv->toUBytes[0]=(uint8_t)*source++; in _UTF16ToUnicodeWithOffsets()
1357 if(cnv->toUBytes[0]==0xfe && b==0xff) { in _UTF16ToUnicodeWithOffsets()
1363 } else if(cnv->toUBytes[0]==0xff && b==0xfe) { in _UTF16ToUnicodeWithOffsets()
1399 cnv->toUBytes[1]=b; in _UTF16ToUnicodeWithOffsets()