Home
last modified time | relevance | path

Searched refs:isAlphaNumericCharacter (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 Durl.cpp19 inline bool isAlphaNumericCharacter(char c) { in isAlphaNumericCharacter() function
24 return isAlphaNumericCharacter(c) || c == '-' || c == '+' || c == '.'; in isSchemeCharacter()
39 if (isAlphaNumericCharacter(c) || c == '-' || c == '_' || c == '.' || c == '~') { in percentEncode()