Searched refs:emptyToNull (Results 1 – 7 of 7) sorted by relevance
40 assertNull(Strings.emptyToNull(null)); in testEmptyToNull()41 assertNull(Strings.emptyToNull("")); in testEmptyToNull()42 assertEquals("a", Strings.emptyToNull("a")); in testEmptyToNull()
52 public static @Nullable String emptyToNull(@Nullable String string) { in emptyToNull() method in Strings53 return Platform.emptyToNull(string); in emptyToNull()
65 static String emptyToNull(@Nullable String string) { in emptyToNull() method in Platform
53 public static String emptyToNull(@NullableDecl String string) { in emptyToNull() method in Strings54 return Platform.emptyToNull(string); in emptyToNull()
65 static String emptyToNull(@NullableDecl String string) { in emptyToNull() method in Platform
66 static native String emptyToNull(@Nullable String string) /*-{ in emptyToNull() method in Platform