Home
last modified time | relevance | path

Searched refs:aOutput (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp164 ByteCount aOutput = 0; in Assign_Multibyte() local
177 &aOutput, in Assign_Multibyte()
182 if (aOutput > 0 && aOutput <= aBufSize) in Assign_Multibyte()
187 aBufChar [aOutput] = 0; in Assign_Multibyte()
241 ByteCount aOutput = 0; in Extract_Multibyte() local
255 &aOutput, in Extract_Multibyte()
260 if (aOutput > 0) in Extract_Multibyte()
263 buffer.Allocate ((uint32) (aOutput + 1)); in Extract_Multibyte()
267 aOutput); in Extract_Multibyte()
269 buffer.Buffer_char () [aOutput] = 0; in Extract_Multibyte()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp171592 bool GatherEscape(nsString& aOutput, bool aInString);