Lines Matching refs:aOutput
164 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()
271 return (uint32) aOutput; in Extract_Multibyte()