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

  /external/chromium_org/third_party/icu/source/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 330 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
    [all...]
  /external/icu/icu4c/source/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 330 len(0), capacity(START_EXTRA), list(0), bmpSet(0), buffer(0),
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uniset.h 28 class BMPSet;
281 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
    [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h 28 class BMPSet;
281 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 518 milliseconds