Searched refs:isLabelSeperator (Results 1 – 1 of 1) sorted by relevance
175 private static boolean isLabelSeperator(char c) { in isLabelSeperator() method in IDN181 if (isLabelSeperator(input.charAt(i))) { in convertFullStop()