Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.cpp159 auto ampersandIdx = str.find('&', idx); in canonicalizeTileURL() local
163 result.append(str, idx, ampersandIdx != std::string::npos ? ampersandIdx - idx in canonicalizeTileURL()
167 idx = ampersandIdx; in canonicalizeTileURL()