Searched refs:codePointArray (Results 1 – 4 of 4) sorted by relevance
123 for (int cp : With.codePointArray(value)) { in Fingerprint()
177 public static int[] codePointArray(CharSequence source) { in codePointArray() method in With
168 for (int cp : With.codePointArray(s)) { in appendWithHex()
228 for (int cp : With.codePointArray(characters)) {