Home
last modified time | relevance | path

Searched refs:getTrimmedLength (Results 1 – 9 of 9) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextUtilsTest.java44 assertThat(TextUtils.getTrimmedLength("123456"), equalTo(6)); in testGetTrimmedLength()
45 assertThat(TextUtils.getTrimmedLength(" \n \t 123456"), equalTo(6)); in testGetTrimmedLength()
46 assertThat(TextUtils.getTrimmedLength("123456 \n \t "), equalTo(6)); in testGetTrimmedLength()
47 assertThat(TextUtils.getTrimmedLength(" \n \t 123456 \n \t "), equalTo(6)); in testGetTrimmedLength()
48 assertThat(TextUtils.getTrimmedLength(" \n \t \n \t "), equalTo(0)); in testGetTrimmedLength()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextUtils.java30 public static int getTrimmedLength(CharSequence s) { in getTrimmedLength() method in ShadowTextUtils
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...