/external/chromium_org/third_party/icu/source/common/ |
uniset.cpp | 25 #include "bmpset.h" 144 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), 171 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), 197 bmpSet(0), 221 bmpSet(0), 233 // *this = o except for bmpSet and stringSpan 258 delete bmpSet; 288 if (o.bmpSet == NULL) { 289 bmpSet = NULL; 291 bmpSet = new BMPSet(*o.bmpSet, list, len) [all...] |
uniset_props.cpp | 331 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), 360 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), 381 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), [all...] |
/external/icu4c/common/ |
uniset.cpp | 27 #include "bmpset.h" 146 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), 173 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), 199 bmpSet(0), 223 bmpSet(0), 235 // *this = o except for bmpSet and stringSpan 260 delete bmpSet; 290 if (o.bmpSet == NULL) { 291 bmpSet = NULL; 293 bmpSet = new BMPSet(*o.bmpSet, list, len) [all...] |
uniset_closure.cpp | 51 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), 72 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
|
uniset_props.cpp | 332 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0), [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 25 class BMPSet; 277 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 25 class BMPSet; 278 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |