Searched defs:isKey (Results 1 – 5 of 5) sorted by relevance
95 public static boolean isKey(String s) { in isKey() method in UnicodeLocaleExtension
99 public static boolean isKey(String s) { in isKey() method in UnicodeLocaleExtension
143 protected String escapeString(String str, boolean isKey) throws IOException { in escapeString()
321 public boolean isKey() { in isKey() method in FlexBuffers.Reference
104 public val isKey: Boolean get() = type == T_KEY constant in com.google.flatbuffers.kotlin.Reference