OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OffsetList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
unisetspan.cpp
55
class
OffsetList
{ // Only ever stack-allocated, does not need to inherit UMemory.
57
OffsetList
() : list(staticList), capacity(0), length(0), start(0) {}
59
~
OffsetList
() {
642
OffsetList
offsets;
803
OffsetList
offsets;
[
all
...]
/external/icu/icu4c/source/common/
unisetspan.cpp
55
class
OffsetList
{ // Only ever stack-allocated, does not need to inherit UMemory.
57
OffsetList
() : list(staticList), capacity(0), length(0), start(0) {}
59
~
OffsetList
() {
642
OffsetList
offsets;
803
OffsetList
offsets;
[
all
...]
Completed in 108 milliseconds