Searched defs:isWellFormed (Results 1 – 5 of 5) sorted by relevance
42 …abstract boolean isWellFormed(String value); // doesn't test validity, just whether it is well for… in isWellFormed() method in KeyTypeData.SpecialTypeHandler51 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.CodepointsTypeHandler59 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.ReorderCodeTypeHandler67 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.RgKeyValueTypeHandler75 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.SubdivisionKeyValueTypeHandler83 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.PrivateUseKeyValueTypeHandler
37 …abstract boolean isWellFormed(String value); // doesn't test validity, just whether it is well for… in isWellFormed() method in KeyTypeData.SpecialTypeHandler46 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.CodepointsTypeHandler54 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.ReorderCodeTypeHandler62 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.RgKeyValueTypeHandler70 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.SubdivisionKeyValueTypeHandler78 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.PrivateUseKeyValueTypeHandler
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
155 static UBool isWellFormed(const UnicodeString &s) { in isWellFormed() function