Searched refs:__cfrom (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
H A D | codecvt_specializations.h | 276 char* __cfrom; in do_out() local 291 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out() 292 __conv = __iconv_adaptor(iconv, *__desc, &__cfrom, in do_out() 298 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out() 313 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in do_out() 381 char* __cfrom; in do_in() local 396 __cfrom = reinterpret_cast<char*>(__cfixed); in do_in() 397 __conv = __iconv_adaptor(iconv, *__desc, &__cfrom, in do_in() 403 __cfrom = reinterpret_cast<char*>(__cfixed); in do_in() 404 __conv = __iconv_adaptor(iconv, *__desc, &__cfrom, in do_in() [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | codecvt_specializations.h | 331 char* __cfrom; in do_out() local 347 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out() 348 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in do_out() 354 __cfrom = reinterpret_cast<char*>(__cfixed); in do_out() 369 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in do_out() 435 char* __cfrom; in do_in() local 451 __cfrom = reinterpret_cast<char*>(__cfixed); in do_in() 452 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in do_in() 458 __cfrom = reinterpret_cast<char*>(__cfixed); in do_in() 459 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in do_in() [all …]
|