Searched refs:splitToIntList (Results 1 – 19 of 19) sorted by relevance
| /room/room-runtime/src/androidUnitTest/kotlin/androidx/room/util/ |
| D | StringUtilTest.java | 36 assertThat(StringUtil.splitToIntList(""), is(Collections.<Integer>emptyList())); in testEmpty() 42 assertThat(StringUtil.splitToIntList(null), nullValue()); in testNull() 48 assertThat(StringUtil.splitToIntList("4"), is(asList(4))); in testSingle() 54 assertThat(StringUtil.splitToIntList("4,5"), is(asList(4, 5))); in testMultiple() 60 assertThat(StringUtil.splitToIntList("-4,-5,6,-7"), is(asList(-4, -5, 6, -7))); in testNegative() 66 assertThat(StringUtil.splitToIntList("-4,a,5,7"), is(asList(-4, 5, 7))); in ignoreMalformed()
|
| /room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/vo/ |
| D | StringToIntListConverters.kt | 5 import androidx.room.util.splitToIntList 13 if (data == null) null else splitToIntList(data)
|
| /room/room-runtime/src/commonMain/kotlin/androidx/room/util/ |
| D | StringUtil.kt | 63 fun splitToIntList(input: String?): List<Int>? { in splitToIntList() method
|
| /room/room-runtime/bcv/native/ |
| D | current.txt | 454 …roidx.room.util/splitToIntList(kotlin/String?): kotlin.collections/List<kotlin/Int>? // androidx.r…
|
| D | 2.7.0-beta01.txt | 454 …roidx.room.util/splitToIntList(kotlin/String?): kotlin.collections/List<kotlin/Int>? // androidx.r…
|
| /room/room-runtime/api/ |
| D | restricted_2.1.0-beta01.txt | 233 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.2.0-beta01.txt | 260 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.3.0-beta02.txt | 282 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.3.0-beta01.txt | 282 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.3.0-beta03.txt | 283 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.4.0-beta02.txt | 290 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.4.0-beta03.txt | 290 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.4.0-beta01.txt | 290 method public static java.util.List<java.lang.Integer!>? splitToIntList(String?);
|
| D | restricted_2.5.0-beta01.txt | 346 method public static java.util.List<java.lang.Integer>? splitToIntList(String? input);
|
| D | restricted_2.5.0-beta02.txt | 346 method public static java.util.List<java.lang.Integer>? splitToIntList(String? input);
|
| D | restricted_2.6.0-beta01.txt | 360 method public static java.util.List<java.lang.Integer>? splitToIntList(String? input);
|
| D | restricted_2.6.0-beta02.txt | 360 method public static java.util.List<java.lang.Integer>? splitToIntList(String? input);
|
| D | restricted_2.7.0-beta01.txt | 614 method public static java.util.List<java.lang.Integer>? splitToIntList(String? input);
|
| D | restricted_current.txt | 614 method public static java.util.List<java.lang.Integer>? splitToIntList(String? input);
|