OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toIsoLatin1Bytes
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/util/
CharsetUtils.java
35
public static native byte[]
toIsoLatin1Bytes
(String s, int offset, int length);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Charsets.java
62
public static byte[]
toIsoLatin1Bytes
(char[] chars, int offset, int length) {
Completed in 429 milliseconds