Home
last modified time | relevance | path

Searched refs:pszValues (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp2644 static size_t SkipSpace( const char* pszValues, size_t i ) in SkipSpace() argument
2646 while( isspace( static_cast<int>(pszValues[i]) ) ) in SkipSpace()
2668 if( pszValues == nullptr ) in ProcessSWEDataArray()
2750 const size_t nLen = strlen(pszValues); in ProcessSWEDataArray()
2753 size_t nLastValid = SkipSpace(pszValues, 0); in ProcessSWEDataArray()
2767 if( strncmp( pszValues + i, osTokenSeparator, in ProcessSWEDataArray()
2784 CPLString osValue( pszValues + nLastValid, in ProcessSWEDataArray()
2791 nLastValid = SkipSpace(pszValues, nLastValid); in ProcessSWEDataArray()
2794 else if( strncmp( pszValues + i, osBlockSeparator, in ProcessSWEDataArray()
2799 CPLString osValue( pszValues + nLastValid, in ProcessSWEDataArray()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp2644 static size_t SkipSpace( const char* pszValues, size_t i )
2646 while( isspace( static_cast<int>(pszValues[i]) ) )
2668 if( pszValues == nullptr )
2750 const size_t nLen = strlen(pszValues);
2753 size_t nLastValid = SkipSpace(pszValues, 0);
2767 if( strncmp( pszValues + i, osTokenSeparator,
2784 CPLString osValue( pszValues + nLastValid,
2791 nLastValid = SkipSpace(pszValues, nLastValid);
2794 else if( strncmp( pszValues + i, osBlockSeparator,
2799 CPLString osValue( pszValues + nLastValid,
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlasreader.cpp2644 static size_t SkipSpace( const char* pszValues, size_t i ) in SkipSpace() argument
2646 while( isspace( static_cast<int>(pszValues[i]) ) ) in SkipSpace()
2668 if( pszValues == nullptr ) in ProcessSWEDataArray()
2750 const size_t nLen = strlen(pszValues); in ProcessSWEDataArray()
2753 size_t nLastValid = SkipSpace(pszValues, 0); in ProcessSWEDataArray()
2767 if( strncmp( pszValues + i, osTokenSeparator, in ProcessSWEDataArray()
2784 CPLString osValue( pszValues + nLastValid, in ProcessSWEDataArray()
2791 nLastValid = SkipSpace(pszValues, nLastValid); in ProcessSWEDataArray()
2794 else if( strncmp( pszValues + i, osBlockSeparator, in ProcessSWEDataArray()
2799 CPLString osValue( pszValues + nLastValid, in ProcessSWEDataArray()
[all …]