Home
last modified time | relevance | path

Searched defs:bmpSet (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duniset.h281 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java354 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null. field in UnicodeSet