Home
last modified time | relevance | path

Searched defs:isKey (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DUnicodeLocaleExtension.java95 public static boolean isKey(String s) { in isKey() method in UnicodeLocaleExtension
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DUnicodeLocaleExtension.java99 public static boolean isKey(String s) { in isKey() method in UnicodeLocaleExtension
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBICUExporter.java143 protected String escapeString(String str, boolean isKey) throws IOException { in escapeString()
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffers.java321 public boolean isKey() { in isKey() method in FlexBuffers.Reference
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt104 public val isKey: Boolean get() = type == T_KEY constant in com.google.flatbuffers.kotlin.Reference