Searched refs:requiredLength (Results 1 – 1 of 1) sorted by relevance
59 final int requiredLength = 17; in fromString() local60 if (string.length() != requiredLength || string.charAt(8) != '.') { in fromString()