Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset_props.cpp988 UBool mustNotBeEmpty = FALSE, invert = FALSE; in applyPropertyAlias() local
1017 mustNotBeEmpty = TRUE; in applyPropertyAlias()
1116 if (U_SUCCESS(ec) && (mustNotBeEmpty && isEmpty())) { in applyPropertyAlias()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3383 boolean mustNotBeEmpty = false, invert = false; in applyPropertyAlias()
3520 if (mustNotBeEmpty && isEmpty()) { in applyPropertyAlias()