Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DCharsetUtils.java41 public static native byte[] toUtf8Bytes(String s, int offset, int length); in toUtf8Bytes() method in CharsetUtils
/libcore/ojluni/src/main/java/java/lang/
DString.java879 return CharsetUtils.toUtf8Bytes(this, 0, count); in getBytes()