Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTextEncoding.cpp58 HandleOverflow(size_t &Capacity, char *&Output, size_t &OutputLength, in HandleOverflow() argument
68 OutputLength = Capacity; in HandleOverflow()
149 size_t OutputLength = Capacity; in convertString() local
173 HandleOverflow(Capacity, Output, OutputLength, Result); in convertString()
242 size_t OutputLength = Capacity; in convertString() local
247 auto HandleError = [&Capacity, &Output, &OutputLength, &Result, in convertString()
252 HandleOverflow(Capacity, Output, OutputLength, Result); in convertString()
275 Ret = iconv(ConvDesc, &Input, &InputLength, &Output, &OutputLength); in convertString()
282 Ret = iconv(ConvDesc, nullptr, nullptr, &Output, &OutputLength); in convertString()