Home
last modified time | relevance | path

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

/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.cpp281 static UBool isWellFormed(const UnicodeString &s) { in isWellFormed() function