Home
last modified time | relevance | path

Searched defs:isWellFormed (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java42 …abstract boolean isWellFormed(String value); // doesn't test validity, just whether it is well for… in isWellFormed() method in KeyTypeData.SpecialTypeHandler
51 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.CodepointsTypeHandler
59 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.ReorderCodeTypeHandler
67 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.RgKeyValueTypeHandler
75 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.SubdivisionKeyValueTypeHandler
83 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.PrivateUseKeyValueTypeHandler
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java37 …abstract boolean isWellFormed(String value); // doesn't test validity, just whether it is well for… in isWellFormed() method in KeyTypeData.SpecialTypeHandler
46 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.CodepointsTypeHandler
54 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.ReorderCodeTypeHandler
62 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.RgKeyValueTypeHandler
70 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.SubdivisionKeyValueTypeHandler
78 boolean isWellFormed(String value) { in isWellFormed() method in KeyTypeData.PrivateUseKeyValueTypeHandler
/external/guava/guava/src/com/google/common/base/
DUtf8.java111 public static boolean isWellFormed(byte[] bytes) { in isWellFormed() method in Utf8
124 public static boolean isWellFormed(byte[] bytes, int off, int len) { in isWellFormed() method in Utf8
/external/guava/guava-tests/benchmark/com/google/common/base/
DUtf8Benchmark.java125 @Benchmark void isWellFormed(int reps) { in isWellFormed() method in Utf8Benchmark
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp155 static UBool isWellFormed(const UnicodeString &s) { in isWellFormed() function