Searched refs:stringToType (Results 1 – 1 of 1) sorted by relevance
286 protected void type(final String stringToType) { in type() argument287 for (int i = 0; i < stringToType.length(); i = stringToType.offsetByCodePoints(i, 1)) { in type()288 type(stringToType.codePointAt(i)); in type()