Searched refs:vectorToCommaSeparatedList (Results 1 – 4 of 4) sorted by relevance
502 return putString(vectorToCommaSeparatedList(v), baos); in parseCommaSeparatedListOut()513 vectorToCommaSeparatedList(Vector v) { in vectorToCommaSeparatedList() method in SrvLocHeader
532 buf.append(SrvLocHeader.vectorToCommaSeparatedList(v)); in externalize()
521 buf.append(SrvLocHeader.vectorToCommaSeparatedList(v)); in externalize()
964 String clist = vectorToCommaSeparatedList(strings); in parseAttributeVectorOut()