HomeSort by relevance Sort by last modified time
    Searched refs:bmpSet (Results 1 - 6 of 6) sorted by null

  /external/chromium/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 259 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
288 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
309 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
    [all...]
  /external/icu4c/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 324 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
353 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
374 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
    [all...]
  /external/chromium/third_party/icu/public/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;
277 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
    [all...]

Completed in 4665 milliseconds