Home | History | Annotate | Download | only in base

Lines Matching refs:trimEnd

300    * This is a convenience method, it simply calls trimEnd(s, null).
305 public static String trimEnd(String s) {
306 return trimEnd(s, null);
321 public static String trimEnd(String s, String extraChars) {