Searched defs:OffsetList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp53 class OffsetList { // Only ever stack-allocated, does not need to inherit UMemory. class
55 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} function in class:OffsetList
57 ~OffsetList() {
640 OffsetList offsets;
801 OffsetList offsets;
962 OffsetList offsets;
1143 OffsetList offsets;
/external/icu4c/common/
H A Dunisetspan.cpp55 class OffsetList { // Only ever stack-allocated, does not need to inherit UMemory. class
57 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} function in class:OffsetList
59 ~OffsetList() {
642 OffsetList offsets;
803 OffsetList offsets;
964 OffsetList offsets;
1145 OffsetList offsets;

Completed in 95 milliseconds