Searched refs:schemeCharsValid (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFURL.c2011 Boolean schemeCharsValid = true; local
2016 // stop looking if we hit the end of the string, find a colon (isAbsolute), or find a non-scheme character (schemeCharsValid)
2017 while (idx < length && schemeCharsValid && !isAbsolute) {
2026 schemeCharsValid = false;

Completed in 75 milliseconds