Searched refs:stripLeading (Results 1 – 7 of 7) sorted by relevance
3434 public String stripLeading() { in stripLeading() method in String3440 String ret = StringUTF16.stripLeading(this); in stripLeading()3582 stream = stream.map(s -> s.stripLeading()); in indent()
599 public static String stripLeading(byte[] value) { in stripLeading() method in StringLatin1
983 public static String stripLeading(String value) {
388 public java.lang.String stripLeading() { throw new RuntimeException("Stub!"); } in stripLeading() method in String
178 @libcore.util.NonNull public java.lang.String stripLeading() { throw new RuntimeException("Stub!");… in stripLeading() method in String
814 assertEquals("abc" + whiteSpace, testString.stripLeading()); in testStrip_allWhitespaces()
4173 method @NonNull public String stripLeading();