Searched refs:outputBytes (Results 1 – 6 of 6) sorted by relevance
1095 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1149 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1159 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1170 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1176 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1181 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1193 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1198 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1204 goto outputBytes; in _SCSUFromUnicodeWithOffsets()1212 goto outputBytes; in _SCSUFromUnicodeWithOffsets()[all …]
721 vector<deUint8> outputBytes; in iterate() local723 output->getBytes(outputBytes); in iterate()725 const size_t numBytes = outputBytes.size(); in iterate()
679 labelType = outputBytes(source, target, offsets); in encodeLoop()1159 private int outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in outputBytes() method in CharsetSCSU.CharsetEncoderSCSU