Home
last modified time | relevance | path

Searched refs:wstringConverter (Results 1 – 9 of 9) sorted by relevance

/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DStringConverterPlugin.cpp34 const WstringConverterPtr& wstringConverter) in StringConverterPlugin() argument
37 setProcessWstringConverter(wstringConverter); in StringConverterPlugin()
64 WstringConverterPtr wstringConverter; in createStringConverter() local
145 wstringConverter = createIconvStringConverter<wchar_t>(iconvArgs[1]); in createStringConverter()
156 return new StringConverterPlugin(communicator, stringConverter, wstringConverter); in createStringConverter()
H A DInputStream.cpp1296 const WstringConverterPtr& wstringConverter = _instance->getWstringConverter(); in read() local
1297 wstringConverter->fromUTF8(i, i + sz, v); in read()
1301 WstringConverterPtr wstringConverter = getProcessWstringConverter(); in read() local
1302 wstringConverter->fromUTF8(i, i + sz, v); in read()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DStringConverterPlugin.cpp34 const WstringConverterPtr& wstringConverter)
37 setProcessWstringConverter(wstringConverter);
64 WstringConverterPtr wstringConverter;
145 wstringConverter = createIconvStringConverter<wchar_t>(iconvArgs[1]);
156 return new StringConverterPlugin(communicator, stringConverter, wstringConverter);
H A DInputStream.cpp1296 const WstringConverterPtr& wstringConverter = _instance->getWstringConverter(); in read() local
1297 wstringConverter->fromUTF8(i, i + sz, v); in read()
1301 WstringConverterPtr wstringConverter = getProcessWstringConverter(); in read() local
1302 wstringConverter->fromUTF8(i, i + sz, v); in read()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DStringConverterPlugin.cpp34 const WstringConverterPtr& wstringConverter) in StringConverterPlugin() argument
37 setProcessWstringConverter(wstringConverter); in StringConverterPlugin()
64 WstringConverterPtr wstringConverter; in createStringConverter() local
145 wstringConverter = createIconvStringConverter<wchar_t>(iconvArgs[1]); in createStringConverter()
156 return new StringConverterPlugin(communicator, stringConverter, wstringConverter); in createStringConverter()
H A DInputStream.cpp1296 const WstringConverterPtr& wstringConverter = _instance->getWstringConverter(); in read() local
1297 wstringConverter->fromUTF8(i, i + sz, v); in read()
1301 WstringConverterPtr wstringConverter = getProcessWstringConverter(); in read() local
1302 wstringConverter->fromUTF8(i, i + sz, v); in read()
/dports/devel/php-ice37/ice-3.7.2/
H A DCHANGELOG-3.6.md738 - Removed the `stringConverter` and `wstringConverter` data members of
/dports/devel/ice37/ice-3.7.2/
H A DCHANGELOG-3.6.md738 - Removed the `stringConverter` and `wstringConverter` data members of
/dports/devel/py-ice37/ice-3.7.2/
H A DCHANGELOG-3.6.md738 - Removed the `stringConverter` and `wstringConverter` data members of