Searched defs:StringUtil (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java45 public final class StringUtil { class
46 private StringUtil() {} // COV_NF_LINE method in class:StringUtil
2183 * We re-implement the StringUtil.collapse() loop here rather than call
2450 * @see StringUtil#displayWidth(char)
2745 * Note that this method is added to StringUtil instead of
2913 int glyphBytes = StringUtil.bytesUtf8(s.codePointAt(codepoints));
3033 * {@code str.equals(StringUtil.unicodePreservingSubstring(str, 0, n) +
3034 * StringUtil.unicodePreservingSubstring(str, n, str.length())) } is
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java46 public final class StringUtil { class
47 private StringUtil() {} // COV_NF_LINE method in class:StringUtil
2191 * We re-implement the StringUtil.collapse() loop here rather than call
2458 * @see StringUtil#displayWidth(char)
2753 * Note that this method is added to StringUtil instead of
2921 int glyphBytes = StringUtil.bytesUtf8(s.codePointAt(codepoints));
3041 * {@code str.equals(StringUtil.unicodePreservingSubstring(str, 0, n) +
3042 * StringUtil.unicodePreservingSubstring(str, n, str.length())) } is

Completed in 557 milliseconds