Home
last modified time | relevance | path

Searched refs:isWellFormedSlowPath (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DUtf8.java130 return isWellFormedSlowPath(bytes, i, end); in isWellFormed()
136 private static boolean isWellFormedSlowPath(byte[] bytes, int off, int end) { in isWellFormedSlowPath() method in Utf8