Home
last modified time | relevance | path

Searched refs:bytesPerChar (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/common/
H A DQEScanner.cpp204 ths->fBufferPtr += bytesPerChar; in FindLessThan()
208 ths->fBufferPtr += bytesPerChar; in FindLessThan()
232 ths->fBufferPtr += bytesPerChar; in MatchString()
255 ths->fBufferPtr += bytesPerChar; in MatchChar()
275 ths->fBufferPtr += bytesPerChar; in MatchOpenQuote()
323 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
342 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
374 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
399 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
812 ths->fPosition -= bytesPerChar; in CheckPacketEnd()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/
H A DXMPScanner.cpp209 ths->fBufferPtr += bytesPerChar; in FindLessThan()
213 ths->fBufferPtr += bytesPerChar; in FindLessThan()
237 ths->fBufferPtr += bytesPerChar; in MatchString()
260 ths->fBufferPtr += bytesPerChar; in MatchChar()
280 ths->fBufferPtr += bytesPerChar; in MatchOpenQuote()
328 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
347 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
379 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
404 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
819 ths->fPosition -= bytesPerChar; in CheckPacketEnd()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/
H A DXMPScanner.cpp211 ths->fBufferPtr += bytesPerChar; in FindLessThan()
215 ths->fBufferPtr += bytesPerChar; in FindLessThan()
239 ths->fBufferPtr += bytesPerChar; in MatchString()
262 ths->fBufferPtr += bytesPerChar; in MatchChar()
282 ths->fBufferPtr += bytesPerChar; in MatchOpenQuote()
330 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
349 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
381 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
406 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
821 ths->fPosition -= bytesPerChar; in CheckPacketEnd()
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DXMPScanner.cpp209 ths->fBufferPtr += bytesPerChar; in FindLessThan()
213 ths->fBufferPtr += bytesPerChar; in FindLessThan()
236 ths->fBufferPtr += bytesPerChar; in MatchString()
258 ths->fBufferPtr += bytesPerChar; in MatchChar()
277 ths->fBufferPtr += bytesPerChar; in MatchOpenQuote()
323 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
342 ths->fBufferPtr += bytesPerChar; in CaptureAttrName()
373 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
398 ths->fBufferPtr += bytesPerChar; in CaptureAttrValue()
806 ths->fPosition -= bytesPerChar; in CheckPacketEnd()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java138 private int bytesPerChar; field in TestCharsetMapping.Test
148 bytesPerChar = bpc; in Test()
153 if (refBytes.remaining() < bytesPerChar) in put()
159 if (bs.length != bytesPerChar) in put()
162 + bytesPerChar); in put()
163 if (refBytes.remaining() < bytesPerChar) in put()
177 byte[] bs = new byte[bytesPerChar]; in decode()
232 byte[] rbs = new byte[bytesPerChar]; in encode()
233 byte[] obs = new byte[bytesPerChar]; in encode()
240 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java137 private int bytesPerChar; field in TestCharsetMapping.Test
147 bytesPerChar = bpc; in Test()
152 if (refBytes.remaining() < bytesPerChar) in put()
158 if (bs.length != bytesPerChar) in put()
161 + bytesPerChar); in put()
162 if (refBytes.remaining() < bytesPerChar) in put()
176 byte[] bs = new byte[bytesPerChar]; in decode()
231 byte[] rbs = new byte[bytesPerChar]; in encode()
232 byte[] obs = new byte[bytesPerChar]; in encode()
239 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java137 private int bytesPerChar; field in TestCharsetMapping.Test
147 bytesPerChar = bpc; in Test()
152 if (refBytes.remaining() < bytesPerChar) in put()
158 if (bs.length != bytesPerChar) in put()
161 + bytesPerChar); in put()
162 if (refBytes.remaining() < bytesPerChar) in put()
176 byte[] bs = new byte[bytesPerChar]; in decode()
231 byte[] rbs = new byte[bytesPerChar]; in encode()
232 byte[] obs = new byte[bytesPerChar]; in encode()
239 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java138 private int bytesPerChar; field in TestCharsetMapping.Test
148 bytesPerChar = bpc; in Test()
153 if (refBytes.remaining() < bytesPerChar) in put()
159 if (bs.length != bytesPerChar) in put()
162 + bytesPerChar); in put()
163 if (refBytes.remaining() < bytesPerChar) in put()
177 byte[] bs = new byte[bytesPerChar]; in decode()
232 byte[] rbs = new byte[bytesPerChar]; in encode()
233 byte[] obs = new byte[bytesPerChar]; in encode()
240 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java138 private int bytesPerChar; field in TestCharsetMapping.Test
148 bytesPerChar = bpc; in Test()
153 if (refBytes.remaining() < bytesPerChar) in put()
159 if (bs.length != bytesPerChar) in put()
162 + bytesPerChar); in put()
163 if (refBytes.remaining() < bytesPerChar) in put()
177 byte[] bs = new byte[bytesPerChar]; in decode()
232 byte[] rbs = new byte[bytesPerChar]; in encode()
233 byte[] obs = new byte[bytesPerChar]; in encode()
240 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java138 private int bytesPerChar;
148 bytesPerChar = bpc;
153 if (refBytes.remaining() < bytesPerChar)
159 if (bs.length != bytesPerChar)
162 + bytesPerChar);
163 if (refBytes.remaining() < bytesPerChar)
177 byte[] bs = new byte[bytesPerChar];
232 byte[] rbs = new byte[bytesPerChar];
233 byte[] obs = new byte[bytesPerChar];
240 for (int i = 0; i < bytesPerChar; i++)
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java137 private int bytesPerChar; field in TestCharsetMapping.Test
147 bytesPerChar = bpc; in Test()
152 if (refBytes.remaining() < bytesPerChar) in put()
158 if (bs.length != bytesPerChar) in put()
161 + bytesPerChar); in put()
162 if (refBytes.remaining() < bytesPerChar) in put()
176 byte[] bs = new byte[bytesPerChar]; in decode()
231 byte[] rbs = new byte[bytesPerChar]; in encode()
232 byte[] obs = new byte[bytesPerChar]; in encode()
239 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/nio/cs/
H A DTestCharsetMapping.java138 private int bytesPerChar; field in TestCharsetMapping.Test
148 bytesPerChar = bpc; in Test()
153 if (refBytes.remaining() < bytesPerChar) in put()
159 if (bs.length != bytesPerChar) in put()
162 + bytesPerChar); in put()
163 if (refBytes.remaining() < bytesPerChar) in put()
177 byte[] bs = new byte[bytesPerChar]; in decode()
232 byte[] rbs = new byte[bytesPerChar]; in encode()
233 byte[] obs = new byte[bytesPerChar]; in encode()
240 for (int i = 0; i < bytesPerChar; i++) in encode()
[all …]
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFRepresenterStringEncodingTextView.m21 if (bytesPerChar == sizeof(uint8_t)) {
23 } else if (bytesPerChar == sizeof(uint16_t)) {
25 } else if (bytesPerChar == sizeof(uint32_t)) {
27 } else if (bytesPerChar == sizeof(uint64_t)) {
30 …Exception raise:NSInvalidArgumentException format:@"Unsupported bytesPerChar of %u", bytesPerChar];
363 HFGlyphTrieInitialize(&glyphTable, bytesPerChar);
382 bytesPerChar = HFStringEncodingCharacterLength(encoding);
415 HFASSERT(bytesPerChar > 0);
418 HFGlyphTrieInitialize(&glyphTable, bytesPerChar);
471 return bytesPerChar;
[all …]
H A DHFRepresenterStringEncodingTextView.h14 uint8_t bytesPerChar; variable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java208 private int bytesPerChar; field in CoderTest.Test
218 bytesPerChar = bpc; in Test()
222 if (bs.length != bytesPerChar) in put()
225 + bytesPerChar); in put()
226 if (refBytes.remaining() < bytesPerChar) in put()
240 byte[] bs = new byte[bytesPerChar]; in decode()
294 int bytesPC = bytesPerChar; in encode()
296 if (shiftHackDBCS && bytesPerChar==4) { in encode()
361 log.println(" " + bytesPerChar in run()
362 + " byte" + plural(bytesPerChar) + "/char"); in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java208 private int bytesPerChar; field in CoderTest.Test
218 bytesPerChar = bpc; in Test()
222 if (bs.length != bytesPerChar) in put()
225 + bytesPerChar); in put()
226 if (refBytes.remaining() < bytesPerChar) in put()
240 byte[] bs = new byte[bytesPerChar]; in decode()
294 int bytesPC = bytesPerChar; in encode()
296 if (shiftHackDBCS && bytesPerChar==4) { in encode()
361 log.println(" " + bytesPerChar in run()
362 + " byte" + plural(bytesPerChar) + "/char"); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java208 private int bytesPerChar; field in CoderTest.Test
218 bytesPerChar = bpc; in Test()
222 if (bs.length != bytesPerChar) in put()
225 + bytesPerChar); in put()
226 if (refBytes.remaining() < bytesPerChar) in put()
240 byte[] bs = new byte[bytesPerChar]; in decode()
294 int bytesPC = bytesPerChar; in encode()
296 if (shiftHackDBCS && bytesPerChar==4) { in encode()
361 log.println(" " + bytesPerChar in run()
362 + " byte" + plural(bytesPerChar) + "/char"); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java208 private int bytesPerChar;
218 bytesPerChar = bpc;
222 if (bs.length != bytesPerChar)
225 + bytesPerChar);
226 if (refBytes.remaining() < bytesPerChar)
240 byte[] bs = new byte[bytesPerChar];
294 int bytesPC = bytesPerChar;
296 if (shiftHackDBCS && bytesPerChar==4) {
361 log.println(" " + bytesPerChar
362 + " byte" + plural(bytesPerChar) + "/char");
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/nio/cs/mapping/
H A DCoderTest.java208 private int bytesPerChar; field in CoderTest.Test
218 bytesPerChar = bpc; in Test()
222 if (bs.length != bytesPerChar) in put()
225 + bytesPerChar); in put()
226 if (refBytes.remaining() < bytesPerChar) in put()
240 byte[] bs = new byte[bytesPerChar]; in decode()
294 int bytesPC = bytesPerChar; in encode()
296 if (shiftHackDBCS && bytesPerChar==4) { in encode()
361 log.println(" " + bytesPerChar in run()
362 + " byte" + plural(bytesPerChar) + "/char"); in run()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DDictionaryStringByteConverter.java40 …int bytesPerChar = entry.getValue().length() * byteMaker.getMaxBytesPerChar(); // all bytes are ge… in DictionaryStringByteConverter() local
42 if (mBytesPerChar < bytesPerChar) { in DictionaryStringByteConverter()
43 mBytesPerChar = bytesPerChar; in DictionaryStringByteConverter()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcspchrs.cc524 unsigned char bytesPerChar = 1; in convertString() local
663 bytesPerChar = 2; in convertString()
668bytesPerChar = 0; // special handling for single- and multi-byte in convertString()
671 bytesPerChar = 1; in convertString()
715 else if (bytesPerChar != 1) in convertString()
717 … const size_t skipBytes = (bytesPerChar > 0) ? (bytesPerChar - 1) : ((c0 & 0x80) ? 1 : 0); in convertString()
/dports/textproc/jade/jade-1.2.1/lib/
H A DOutputCharStream.cxx139 void EncodeOutputCharStream::allocBuf(int bytesPerChar) in allocBuf() argument
142 size_t bufSize = bytesPerChar ? blockSize/bytesPerChar : blockSize; in allocBuf()
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DOutputCharStream.cxx139 void EncodeOutputCharStream::allocBuf(int bytesPerChar) in allocBuf() argument
142 size_t bufSize = bytesPerChar ? blockSize/bytesPerChar : blockSize; in allocBuf()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cine/
H A Dtexte.cpp59 const uint bytesPerChar = fontDataSize / numChars; // Observed values: 64. in loadTextData() local
75 …gfxConvertSpriteToRaw(g_cine->_textHandler.textTable[i][FONT_DATA], &source[i * bytesPerChar], byt… in loadTextData()
/dports/games/scummvm/scummvm-2.5.1/engines/cine/
H A Dtexte.cpp60 const uint bytesPerChar = fontDataSize / numChars; // Observed values: 64. in loadTextData() local
76 …gfxConvertSpriteToRaw(g_cine->_textHandler.textTable[i][FONT_DATA], &source[i * bytesPerChar], byt… in loadTextData()

12