Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/android/net/
DUri__FromAndroid.java1033 int userInfoSeparator = authority.indexOf('@'); in parseHost() local
1034 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()
1037 ? authority.substring(userInfoSeparator + 1) in parseHost()
1038 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()
1059 int userInfoSeparator = authority.indexOf('@'); in parsePort() local
1060 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()