Searched defs:isWellFormed (Results 1 – 5 of 5) sorted by relevance
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.ScriptCodeTypeHandler78 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.SubdivisionKeyValueTypeHandler86 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.PrivateUseKeyValueTypeHandler
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.ScriptCodeTypeHandler83 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.SubdivisionKeyValueTypeHandler91 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.PrivateUseKeyValueTypeHandler
112 public static boolean isWellFormed(byte[] bytes) { in isWellFormed() method in Utf8125 public static boolean isWellFormed(byte[] bytes, int off, int len) { in isWellFormed() method in Utf8
155 static UBool isWellFormed(const UnicodeString &s) { in isWellFormed() function