Searched refs:stringIsNullOrEmpty (Results 1 – 5 of 5) sorted by relevance
57 static boolean stringIsNullOrEmpty(@Nullable String string) { in stringIsNullOrEmpty() method in Platform66 return stringIsNullOrEmpty(string) ? null : string; in emptyToNull()
68 return Platform.stringIsNullOrEmpty(string); in isNullOrEmpty()
57 static boolean stringIsNullOrEmpty(@NullableDecl String string) { in stringIsNullOrEmpty() method in Platform66 return stringIsNullOrEmpty(string) ? null : string; in emptyToNull()
69 return Platform.stringIsNullOrEmpty(string); in isNullOrEmpty()
56 static native boolean stringIsNullOrEmpty(@Nullable String string) /*-{ in stringIsNullOrEmpty() method in Platform