Searched refs:nextSemicolon (Results 1 – 2 of 2) sorted by relevance
137 int nextSemicolon = url.indexOf( ';' , semicolon+1); in parseUnoUrl() local141 aRet[1] = url.substring( semicolon+1, nextSemicolon ); in parseUnoUrl()143 aRet[2] = url.substring( nextSemicolon+1); in parseUnoUrl()
303 int nextSemicolon = url.indexOf(';', semicolon + 1); in parseUnoUrl() local308 aRet[1] = url.substring(semicolon + 1, nextSemicolon); in parseUnoUrl()310 aRet[2] = url.substring(nextSemicolon + 1); in parseUnoUrl()
Completed in 28 milliseconds