|
1802 | 1802 | explicit codecvt(size_t refs = 0);
|
1803 | 1803 |
|
1804 | 1804 | result out(
|
1805 |
| - stateT& state, |
1806 |
| - const internT* from, const internT* from_end, const internT*& from_next, |
1807 |
| - externT* to, externT* to_end, externT*& to_next) const; |
| 1805 | + stateT& state, |
| 1806 | + const internT* from, const internT* from_end, const internT*& from_next, |
| 1807 | + externT* to, externT* to_end, externT*& to_next) const; |
1808 | 1808 |
|
1809 | 1809 | result unshift(
|
1810 |
| - stateT& state, |
1811 |
| - externT* to, externT* to_end, externT*& to_next) const; |
| 1810 | + stateT& state, |
| 1811 | + externT* to, externT* to_end, externT*& to_next) const; |
1812 | 1812 |
|
1813 | 1813 | result in(
|
1814 |
| - stateT& state, |
1815 |
| - const externT* from, const externT* from_end, const externT*& from_next, |
1816 |
| - internT* to, internT* to_end, internT*& to_next) const; |
| 1814 | + stateT& state, |
| 1815 | + const externT* from, const externT* from_end, const externT*& from_next, |
| 1816 | + internT* to, internT* to_end, internT*& to_next) const; |
1817 | 1817 |
|
1818 | 1818 | int encoding() const noexcept;
|
1819 | 1819 | bool always_noconv() const noexcept;
|
|
1825 | 1825 | protected:
|
1826 | 1826 | ~codecvt();
|
1827 | 1827 | virtual result do_out(
|
1828 |
| - stateT& state, |
1829 |
| - const internT* from, const internT* from_end, const internT*& from_next, |
1830 |
| - externT* to, externT* to_end, externT*& to_next) const; |
| 1828 | + stateT& state, |
| 1829 | + const internT* from, const internT* from_end, const internT*& from_next, |
| 1830 | + externT* to, externT* to_end, externT*& to_next) const; |
1831 | 1831 | virtual result do_in(
|
1832 |
| - stateT& state, |
1833 |
| - const externT* from, const externT* from_end, const externT*& from_next, |
1834 |
| - internT* to, internT* to_end, internT*& to_next) const; |
| 1832 | + stateT& state, |
| 1833 | + const externT* from, const externT* from_end, const externT*& from_next, |
| 1834 | + internT* to, internT* to_end, internT*& to_next) const; |
1835 | 1835 | virtual result do_unshift(
|
1836 |
| - stateT& state, |
1837 |
| - externT* to, externT* to_end, externT*& to_next) const; |
| 1836 | + stateT& state, |
| 1837 | + externT* to, externT* to_end, externT*& to_next) const; |
1838 | 1838 |
|
1839 | 1839 | virtual int do_encoding() const noexcept;
|
1840 | 1840 | virtual bool do_always_noconv() const noexcept;
|
|
1889 | 1889 | \indexlibrarymember{codecvt}{out}%
|
1890 | 1890 | \begin{itemdecl}
|
1891 | 1891 | result out(
|
1892 |
| - stateT& state, |
1893 |
| - const internT* from, const internT* from_end, const internT*& from_next, |
1894 |
| - externT* to, externT* to_end, externT*& to_next) const; |
| 1892 | + stateT& state, |
| 1893 | + const internT* from, const internT* from_end, const internT*& from_next, |
| 1894 | + externT* to, externT* to_end, externT*& to_next) const; |
1895 | 1895 | \end{itemdecl}
|
1896 | 1896 |
|
1897 | 1897 | \begin{itemdescr}
|
|
1914 | 1914 | \indexlibrarymember{codecvt}{in}%
|
1915 | 1915 | \begin{itemdecl}
|
1916 | 1916 | result in(
|
1917 |
| - stateT& state, |
1918 |
| - const externT* from, const externT* from_end, const externT*& from_next, |
1919 |
| - internT* to, internT* to_end, internT*& to_next) const; |
| 1917 | + stateT& state, |
| 1918 | + const externT* from, const externT* from_end, const externT*& from_next, |
| 1919 | + internT* to, internT* to_end, internT*& to_next) const; |
1920 | 1920 | \end{itemdecl}
|
1921 | 1921 |
|
1922 | 1922 | \begin{itemdescr}
|
|
1975 | 1975 | \indexlibrarymember{codecvt}{do_in}%
|
1976 | 1976 | \begin{itemdecl}
|
1977 | 1977 | result do_out(
|
1978 |
| - stateT& state, |
1979 |
| - const internT* from, const internT* from_end, const internT*& from_next, |
1980 |
| - externT* to, externT* to_end, externT*& to_next) const; |
| 1978 | + stateT& state, |
| 1979 | + const internT* from, const internT* from_end, const internT*& from_next, |
| 1980 | + externT* to, externT* to_end, externT*& to_next) const; |
1981 | 1981 |
|
1982 | 1982 | result do_in(
|
1983 |
| - stateT& state, |
1984 |
| - const externT* from, const externT* from_end, const externT*& from_next, |
1985 |
| - internT* to, internT* to_end, internT*& to_next) const; |
| 1983 | + stateT& state, |
| 1984 | + const externT* from, const externT* from_end, const externT*& from_next, |
| 1985 | + internT* to, internT* to_end, internT*& to_next) const; |
1986 | 1986 | \end{itemdecl}
|
1987 | 1987 |
|
1988 | 1988 | \begin{itemdescr}
|
|
0 commit comments