Home
last modified time | relevance | path

Searched refs:skipElementsBySomeUnits (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h144 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const override;
H A Ducharstriebuilder.h148 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const override;
H A Dstringtriebuilder.h126 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const = 0;
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestriebuilder.h144 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const override;
H A Ducharstriebuilder.h148 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const override;
H A Dstringtriebuilder.h126 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const = 0;
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestriebuilder.h144 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const;
H A Ducharstriebuilder.h148 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const;
H A Dstringtriebuilder.h126 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const = 0;
/third_party/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp142 int32_t i=skipElementsBySomeUnits(start, unitIndex, length/2); in writeBranchSubNode()
271 int32_t i=skipElementsBySomeUnits(start, unitIndex, length/2); in makeBranchSubNode()
H A Dbytestriebuilder.cpp321 BytesTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const { in skipElementsBySomeUnits() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp270 UCharsTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const { in skipElementsBySomeUnits() function in UCharsTrieBuilder
/third_party/node/deps/icu-small/source/common/
H A Dstringtriebuilder.cpp142 int32_t i=skipElementsBySomeUnits(start, unitIndex, length/2); in writeBranchSubNode()
271 int32_t i=skipElementsBySomeUnits(start, unitIndex, length/2); in makeBranchSubNode()
H A Dbytestriebuilder.cpp321 BytesTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const { in skipElementsBySomeUnits() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp270 UCharsTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const { in skipElementsBySomeUnits() function in UCharsTrieBuilder
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringtriebuilder.cpp142 int32_t i=skipElementsBySomeUnits(start, unitIndex, length/2); in writeBranchSubNode()
271 int32_t i=skipElementsBySomeUnits(start, unitIndex, length/2); in makeBranchSubNode()
H A Dbytestriebuilder.cpp321 BytesTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const { in skipElementsBySomeUnits() function in BytesTrieBuilder
H A Ducharstriebuilder.cpp270 UCharsTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const { in skipElementsBySomeUnits() function in UCharsTrieBuilder

Completed in 13 milliseconds