Home
last modified time | relevance | path

Searched refs:OffsetList (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java82 private OffsetList offsets;
103 offsets = new OffsetList(); in UnicodeSetStringSpan()
226 offsets = new OffsetList(); in UnicodeSetStringSpan()
1032 private static final class OffsetList { class in UnicodeSetStringSpan
1037 public OffsetList() { in OffsetList() method in UnicodeSetStringSpan.OffsetList
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java78 private OffsetList offsets;
99 offsets = new OffsetList(); in UnicodeSetStringSpan()
229 offsets = new OffsetList(); in UnicodeSetStringSpan()
1035 private static final class OffsetList { class in UnicodeSetStringSpan
1040 public OffsetList() { in OffsetList() method in UnicodeSetStringSpan.OffsetList
/third_party/node/deps/icu-small/source/common/
Dunisetspan.cpp57 class OffsetList { // Only ever stack-allocated, does not need to inherit UMemory. class
59 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() function in OffsetList
61 ~OffsetList() { in ~OffsetList()
647 OffsetList offsets; in span()
812 OffsetList offsets; in spanBack()
977 OffsetList offsets; in spanUTF8()
1155 OffsetList offsets; in spanBackUTF8()
/third_party/skia/third_party/externals/icu/source/common/
Dunisetspan.cpp57 class OffsetList { // Only ever stack-allocated, does not need to inherit UMemory. class
59 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() function in OffsetList
61 ~OffsetList() { in ~OffsetList()
647 OffsetList offsets; in span()
812 OffsetList offsets; in spanBack()
977 OffsetList offsets; in spanUTF8()
1155 OffsetList offsets; in spanBackUTF8()
/third_party/icu/icu4c/source/common/
Dunisetspan.cpp57 class OffsetList { // Only ever stack-allocated, does not need to inherit UMemory. class
59 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() function in OffsetList
61 ~OffsetList() { in ~OffsetList()
647 OffsetList offsets; in span()
812 OffsetList offsets; in spanBack()
977 OffsetList offsets; in spanUTF8()
1155 OffsetList offsets; in spanBackUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h130 auto *OffsetList = new (OffsetAlloc.Allocate()) OffsetListT(); in insertOffsets() local
131 TypeToOffsets[V.getType()] = OffsetList; in insertOffsets()
132 return OffsetList; in insertOffsets()