HomeSort by relevance Sort by last modified time
    Searched refs:REPLACEMENT (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/text/method/
HideReturnsTransformationMethod.java 34 private static char[] REPLACEMENT = new char[] { '\uFEFF' };
47 return REPLACEMENT;
SingleLineTransformationMethod.java 36 private static char[] REPLACEMENT = new char[] { ' ', '\uFEFF' };
50 return REPLACEMENT;
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 39 private final char[] REPLACEMENT = new char[] { '3', '4' };
61 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT);
81 REPLACEMENT);
99 // replacement has same chars
108 // replacement has more chars than original
125 + "when threre is more chars in the original than replacement.")
129 new MyReplacementTransformationMethod(ORIGINAL_WITH_SAME_CHARS, REPLACEMENT);
136 // original has more chars than replacement
137 method = new MyReplacementTransformationMethod(ORIGINAL_WITH_MORE_CHARS, REPLACEMENT);
140 fail("Threre is more chars in the original than replacement.")
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]

Completed in 110 milliseconds