Searched refs:getBytesUtf8 (Results 1 – 4 of 4) sorted by relevance
127 public static byte[] getBytesUtf8(String string) { in getBytesUtf8() method in StringUtils
722 return decode(StringUtils.getBytesUtf8(pArray)); in decode()
66 mFosForWriting.write(ApiCompatibilityUtils.getBytesUtf8("Foo")); in writeToDisk()
98 public static byte[] getBytesUtf8(String str) { in getBytesUtf8() method in ApiCompatibilityUtils