Home
last modified time | relevance | path

Searched refs:targetBytes (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetCompoundText.java349 byte[] targetBytes = new byte[10]; in encodeLoop()
449 targetBytes[i] = escSeqCompoundText[currentState][i]; in encodeLoop()
455 targetBytes[i+targetLength] = tmpTargetBuffer.get(i); in encodeLoop()
461 target.put(targetBytes[i]); in encodeLoop()
476 this.errorBuffer[m++] = targetBytes[n]; in encodeLoop()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp_sdk.cpp1316 uint32 targetBytes, in Serialize() argument
1338 if (asPacket && targetBytes) in Serialize()
1346 targetBytes, in Serialize()
1387 if (forJPEG && asPacket && padBytes > 0 && targetBytes <= kJPEG_XMP_Limit && in Serialize()
Ddng_xmp_sdk.h191 uint32 targetBytes,
Ddng_xmp.h63 uint32 targetBytes = 0,
Ddng_xmp.cpp561 uint32 targetBytes, in Serialize() argument
569 targetBytes, in Serialize()