Searched refs:hostandport (Results 1 – 1 of 1) sorted by relevance
141 OUString hostandport = token.getToken(0,':', nIndex1); in construct() local142 if (hostandport.getLength()) { in construct()143 aHostName = hostandport; in construct()144 hostandport = token.getToken(0, ':', nIndex1); in construct()145 if (hostandport.getLength() && nIndex1) { in construct()146 nPort = hostandport.toInt32(); in construct()
Completed in 14 milliseconds