Lines Matching full:between
34 The standard class codecvt attempts to address conversions between
36 attempts to detail conversions between the implementation-defined wide
40 libstdc++-v3 implementation deals with the conversion between wide and
64 to multibyte characters, between wide character encodings such as
71 translations between other character sets should be handled by this
77 -2- The stateT argument selects the pair of codesets being mapped between.
92 all. codecvt<wchar_t,char,mbstate_t> converts between the native
94 mbstate_t perform conversion between encodings known to the library
155 The thought that all one needs to convert between two arbitrary
170 operating system allows bi-directional mapping between far more than
283 conversions are made between the internal character set (always UCS4
311 straightforward, involving mcsrtombs for the conversions between char
312 to wchar_t and wcsrtombs for conversions between wchar_t and char.
462 // convert between const char* and unicode strings
515 conversions between narrow, wide, and unicode strings
533 wchar_t/char internal buffers and conversions between