Home | History | Annotate | Download | only in src

Lines Matching full:strxfrm_l

702     string_type out(strxfrm_l(0, in.c_str(), 0, __l), char());
703 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l);