Searched defs:isWellFormed (Results 1 – 3 of 3) sorted by relevance
111 public static boolean isWellFormed(byte[] bytes) { in isWellFormed() method in Utf8124 public static boolean isWellFormed(byte[] bytes, int off, int len) { in isWellFormed() method in Utf8
125 @Benchmark void isWellFormed(int reps) { in isWellFormed() method in Utf8Benchmark
281 static UBool isWellFormed(const UnicodeString &s) { in isWellFormed() function