Searched refs:FromConvDesc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TextEncoding.cpp | 120 UConverterUniquePtr FromConvDesc; member in __anonf264d0e80111::TextEncodingConverterICU 126 : FromConvDesc(std::move(FromConverter)), in TextEncodingConverterICU() 154 ucnv_setToUCallBack(&*FromConvDesc, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, in convertString() 165 ucnv_convertEx(&*ToConvDesc, &*FromConvDesc, &Output, Result.end(), &Input, in convertString() 190 ucnv_reset(&*FromConvDesc); in reset() 334 UConverterUniquePtr FromConvDesc(ucnv_open(From.str().c_str(), &EC)); in create() local 343 std::move(FromConvDesc), std::move(ToConvDesc)); in create()
|