Home
last modified time | relevance | path

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

/third_party/boost/boost/nowide/
Dutf8_codecvt.hpp100 const char* save_from = from; in do_length() local
131 return static_cast<int>(from - save_from); in do_length()
337 const char* save_from = from; in do_length() local
341 from = save_from; in do_length()
/third_party/boost/boost/locale/
Dgeneric_codecvt.hpp204 char const *save_from = from; in do_length() local
232 return from - save_from; in do_length()
507 char const *save_from = from; in do_length() local
510 from = save_from; in do_length()