Home
last modified time | relevance | path

Searched refs:unicodeMapHasStringKeys (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
H A DUnicodeProperty.java389 } else if (binValue == Boolean.FALSE && !unicodeMapHasStringKeys) { in getSet()
430 private boolean unicodeMapHasStringKeys = false; field in UnicodeProperty
563 unicodeMapHasStringKeys = stringKeys != null && !stringKeys.isEmpty(); in getUnicodeMap_internal()