OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bmpSet
(Results
1 - 3
of
3
) sorted by null
/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
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/unicode/
uniset.h
25
class
BMPSet
;
277
BMPSet
*
bmpSet
; // The set is frozen iff either
bmpSet
or stringSpan is not NULL.
[
all
...]
Completed in 699 milliseconds