Home
last modified time | relevance | path

Searched defs:truncateStringForUtf8Storage (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java786 public void truncateStringForUtf8Storage() { in truncateStringForUtf8Storage() method in TextUtilsTest
/aosp14/frameworks/base/core/java/android/text/
H A DTextUtils.java373 public static String truncateStringForUtf8Storage(String str, int maxbytes) { in truncateStringForUtf8Storage() method in TextUtils