Home
last modified time | relevance | path

Searched refs:pszCharset (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_imapinfofile.cpp95 GBool bTestOpenNoError, const char* pszCharset ) in Open() argument
99 return Open(pszFname, TABRead, bTestOpenNoError, pszCharset); in Open()
101 return Open(pszFname, TABWrite, bTestOpenNoError, pszCharset); in Open()
528 int IMapInfoFile::SetCharset(const char* pszCharset) in SetCharset() argument
530 if(pszCharset && strlen(pszCharset) > 0) in SetCharset()
532 if(pszCharset == m_pszCharset) in SetCharset()
537 m_pszCharset = CPLStrdup(pszCharset); in SetCharset()
589 const char* IMapInfoFile::CharsetToEncoding( const char* pszCharset ) in CharsetToEncoding() argument
591 if( pszCharset == nullptr ) in CharsetToEncoding()
598 if( EQUAL( pszCharset, apszCharsets[i][0] ) ) in CharsetToEncoding()
[all …]
H A Dmitab_ogr_datasource.cpp148 const char *pszCharset( IMapInfoFile::EncodingToCharset( pszEncoding ) ); in Create() local
153 if( poFile->Open(m_pszName, TABWrite, FALSE, pszCharset) != 0 ) in Create()
163 m_nBlockSize, pszCharset) != 0 ) in Create()
320 const char *pszCharset( IMapInfoFile::EncodingToCharset( pszEncoding ) ); in ICreateLayer() local
337 poFile->SetCharset( pszCharset ); in ICreateLayer()
353 FALSE, pszCharset) != 0 ) in ICreateLayer()
368 m_nBlockSize, pszCharset) != 0 ) in ICreateLayer()
H A Dmitab.h99 const char* pszCharset = nullptr );
103 const char* pszCharset = nullptr ) = 0;
251 const char* pszCharset = nullptr ) override
255 const char* pszCharset = nullptr ) override
261 const char* pszCharset );
352 virtual int SetCharset(const char* pszCharset) override;
413 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
481 virtual int SetCharset(const char* pszCharset) override;
534 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
694 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
[all …]
H A Dmitab_miffile.cpp124 const char* pszCharset /* = NULL */ ) in Open() argument
206 m_poMIFFile = new MIDDATAFile(CharsetToEncoding(pszCharset)); in Open()
262 m_poMIDFile->SetEncoding( CharsetToEncoding(pszCharset) ); in Open()
300 if( pszCharset != nullptr ) in Open()
301 SetCharset(pszCharset); in Open()
1933 int MIFFile::SetCharset(const char* pszCharset) in SetCharset() argument
1935 if(0 != IMapInfoFile::SetCharset(pszCharset)) in SetCharset()
1942 m_poMIDFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
1946 m_poMIFFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
H A Dmitab_tabview.cpp123 const char* pszCharset /* = NULL */ ) in Open() argument
145 if( pszCharset != nullptr ) in Open()
146 SetCharset( pszCharset ); in Open()
975 int TABView::SetCharset(const char* pszCharset) in SetCharset() argument
977 if( 0 != IMapInfoFile::SetCharset(pszCharset) ) in SetCharset()
984 m_papoTABFiles[i]->SetCharset(pszCharset); in SetCharset()
H A Dmitab_tabfile.cpp301 const char* pszCharset /* = NULL */) in Open() argument
408 if( pszCharset != nullptr ) in Open()
409 SetCharset(pszCharset); in Open()
455 oEncoding = CharsetToEncoding(pszCharset); in Open()
1749 int TABFile::SetCharset(const char* pszCharset) in SetCharset() argument
1751 if( 0 != IMapInfoFile::SetCharset(pszCharset) ) in SetCharset()
1757 m_poDATFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
1761 m_poMAPFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_imapinfofile.cpp95 GBool bTestOpenNoError, const char* pszCharset ) in Open() argument
99 return Open(pszFname, TABRead, bTestOpenNoError, pszCharset); in Open()
101 return Open(pszFname, TABWrite, bTestOpenNoError, pszCharset); in Open()
528 int IMapInfoFile::SetCharset(const char* pszCharset) in SetCharset() argument
530 if(pszCharset && strlen(pszCharset) > 0) in SetCharset()
532 if(pszCharset == m_pszCharset) in SetCharset()
537 m_pszCharset = CPLStrdup(pszCharset); in SetCharset()
589 const char* IMapInfoFile::CharsetToEncoding( const char* pszCharset ) in CharsetToEncoding() argument
591 if( pszCharset == nullptr ) in CharsetToEncoding()
598 if( EQUAL( pszCharset, apszCharsets[i][0] ) ) in CharsetToEncoding()
[all …]
H A Dmitab_ogr_datasource.cpp148 const char *pszCharset( IMapInfoFile::EncodingToCharset( pszEncoding ) ); in Create() local
153 if( poFile->Open(m_pszName, TABWrite, FALSE, pszCharset) != 0 ) in Create()
163 m_nBlockSize, pszCharset) != 0 ) in Create()
320 const char *pszCharset( IMapInfoFile::EncodingToCharset( pszEncoding ) ); in ICreateLayer() local
337 poFile->SetCharset( pszCharset ); in ICreateLayer()
353 FALSE, pszCharset) != 0 ) in ICreateLayer()
368 m_nBlockSize, pszCharset) != 0 ) in ICreateLayer()
H A Dmitab.h99 const char* pszCharset = nullptr );
103 const char* pszCharset = nullptr ) = 0;
251 const char* pszCharset = nullptr ) override
255 const char* pszCharset = nullptr ) override
261 const char* pszCharset );
352 virtual int SetCharset(const char* pszCharset) override;
413 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
481 virtual int SetCharset(const char* pszCharset) override;
534 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
694 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
[all …]
H A Dmitab_miffile.cpp124 const char* pszCharset /* = NULL */ ) in Open() argument
206 m_poMIFFile = new MIDDATAFile(CharsetToEncoding(pszCharset)); in Open()
262 m_poMIDFile->SetEncoding( CharsetToEncoding(pszCharset) ); in Open()
300 if( pszCharset != nullptr ) in Open()
301 SetCharset(pszCharset); in Open()
1933 int MIFFile::SetCharset(const char* pszCharset) in SetCharset() argument
1935 if(0 != IMapInfoFile::SetCharset(pszCharset)) in SetCharset()
1942 m_poMIDFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
1946 m_poMIFFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
H A Dmitab_tabview.cpp123 const char* pszCharset /* = NULL */ ) in Open() argument
145 if( pszCharset != nullptr ) in Open()
146 SetCharset( pszCharset ); in Open()
975 int TABView::SetCharset(const char* pszCharset) in SetCharset() argument
977 if( 0 != IMapInfoFile::SetCharset(pszCharset) ) in SetCharset()
984 m_papoTABFiles[i]->SetCharset(pszCharset); in SetCharset()
H A Dmitab_tabfile.cpp301 const char* pszCharset /* = NULL */) in Open() argument
408 if( pszCharset != nullptr ) in Open()
409 SetCharset(pszCharset); in Open()
455 oEncoding = CharsetToEncoding(pszCharset); in Open()
1749 int TABFile::SetCharset(const char* pszCharset) in SetCharset() argument
1751 if( 0 != IMapInfoFile::SetCharset(pszCharset) ) in SetCharset()
1757 m_poDATFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
1761 m_poMAPFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_imapinfofile.cpp95 GBool bTestOpenNoError, const char* pszCharset ) in Open() argument
99 return Open(pszFname, TABRead, bTestOpenNoError, pszCharset); in Open()
101 return Open(pszFname, TABWrite, bTestOpenNoError, pszCharset); in Open()
528 int IMapInfoFile::SetCharset(const char* pszCharset) in SetCharset() argument
530 if(pszCharset && strlen(pszCharset) > 0) in SetCharset()
532 if(pszCharset == m_pszCharset) in SetCharset()
537 m_pszCharset = CPLStrdup(pszCharset); in SetCharset()
589 const char* IMapInfoFile::CharsetToEncoding( const char* pszCharset ) in CharsetToEncoding() argument
591 if( pszCharset == nullptr ) in CharsetToEncoding()
598 if( EQUAL( pszCharset, apszCharsets[i][0] ) ) in CharsetToEncoding()
[all …]
H A Dmitab_ogr_datasource.cpp148 const char *pszCharset( IMapInfoFile::EncodingToCharset( pszEncoding ) ); in Create() local
153 if( poFile->Open(m_pszName, TABWrite, FALSE, pszCharset) != 0 ) in Create()
163 m_nBlockSize, pszCharset) != 0 ) in Create()
320 const char *pszCharset( IMapInfoFile::EncodingToCharset( pszEncoding ) ); in ICreateLayer() local
337 poFile->SetCharset( pszCharset ); in ICreateLayer()
353 FALSE, pszCharset) != 0 ) in ICreateLayer()
368 m_nBlockSize, pszCharset) != 0 ) in ICreateLayer()
H A Dmitab.h99 const char* pszCharset = nullptr );
103 const char* pszCharset = nullptr ) = 0;
251 const char* pszCharset = nullptr ) override
255 const char* pszCharset = nullptr ) override
261 const char* pszCharset );
352 virtual int SetCharset(const char* pszCharset) override;
413 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
481 virtual int SetCharset(const char* pszCharset) override;
534 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
694 …const char* pszCharset = nullptr ) override { return IMapInfoFile::Open(pszFname, pszAccess, bTest…
[all …]
H A Dmitab_miffile.cpp124 const char* pszCharset /* = NULL */ ) in Open() argument
206 m_poMIFFile = new MIDDATAFile(CharsetToEncoding(pszCharset)); in Open()
262 m_poMIDFile->SetEncoding( CharsetToEncoding(pszCharset) ); in Open()
300 if( pszCharset != nullptr ) in Open()
301 SetCharset(pszCharset); in Open()
1933 int MIFFile::SetCharset(const char* pszCharset) in SetCharset() argument
1935 if(0 != IMapInfoFile::SetCharset(pszCharset)) in SetCharset()
1942 m_poMIDFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
1946 m_poMIFFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
H A Dmitab_tabview.cpp123 const char* pszCharset /* = NULL */ ) in Open() argument
145 if( pszCharset != nullptr ) in Open()
146 SetCharset( pszCharset ); in Open()
975 int TABView::SetCharset(const char* pszCharset) in SetCharset() argument
977 if( 0 != IMapInfoFile::SetCharset(pszCharset) ) in SetCharset()
984 m_papoTABFiles[i]->SetCharset(pszCharset); in SetCharset()
H A Dmitab_tabfile.cpp301 const char* pszCharset /* = NULL */) in Open() argument
408 if( pszCharset != nullptr ) in Open()
409 SetCharset(pszCharset); in Open()
455 oEncoding = CharsetToEncoding(pszCharset); in Open()
1749 int TABFile::SetCharset(const char* pszCharset) in SetCharset() argument
1751 if( 0 != IMapInfoFile::SetCharset(pszCharset) ) in SetCharset()
1757 m_poDATFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
1761 m_poMAPFile->SetEncoding( CharsetToEncoding( pszCharset ) ); in SetCharset()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_imapinfofile.cpp586 int IMapInfoFile::SetCharset(const char* pszCharset) in SetCharset() argument
588 if(pszCharset && strlen(pszCharset) > 0) in SetCharset()
591 m_pszCharset = CPLStrdup(pszCharset); in SetCharset()