Home
last modified time | relevance | path

Searched defs:startIndex (Results 51 - 75 of 122) sorted by relevance

12345

/third_party/node/deps/icu-small/source/i18n/
H A Dreldtfmt.cpp249 int32_t startIndex = pos.getIndex(); in parse() local
H A Dlistformatter.cpp414 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0); in setAliasedStyle() local
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp274 int SkIcoCodec::chooseCodec(const SkISize& requestedSize, int startIndex) { in chooseCodec() argument
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp480 makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, int* startIndex) makeSpace() argument
497 makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, int* startIndex, int* actualIndexCount) makeSpaceAtLeast() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.cpp206 SimpleModifier::formatAsPrefixSuffix(FormattedStringBuilder &result, int32_t startIndex, int32_t endIndex, in formatAsPrefixSuffix() argument
H A Dreldtfmt.cpp241 int32_t startIndex = pos.getIndex(); in parse() local
H A Dlistformatter.cpp421 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0); in setAliasedStyle() local
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp185 bool SkDQuad::isLinear(int startIndex, int endIndex) const { in isLinear() argument
H A DSkPathOpsCubic.cpp211 bool SkDCubic::isLinear(int startIndex, int endIndex) const { in isLinear() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java286 compareUTF16(char[] table, char[] primaries, int options, CharSequence left, CharSequence right, int startIndex) compareUTF16() argument
/third_party/icu/icu4c/source/common/
H A Dserv.cpp459 int32_t startIndex = 0; in getKey() local
H A Duhash.cpp340 int32_t theIndex, startIndex; in _uhash_find() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java290 compareUTF16(char[] table, char[] primaries, int options, CharSequence left, CharSequence right, int startIndex) compareUTF16() argument
/third_party/icu/icu4c/source/i18n/
H A Dlistformatter.cpp421 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0); in setAliasedStyle() local
/third_party/lzma/CPP/Common/
H A DMyString.h411 AString Mid(unsigned startIndex, unsigned count) const { return AString(count, _chars + startIndex); } in Mid() argument
699 UString Mid(unsigned startIndex, unsigne argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp340 int32_t theIndex, startIndex; in _uhash_find() local
H A Dserv.cpp459 int32_t startIndex = 0; in getKey() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp250 AppendGraphCommon(const overlay::Widget *widget, const gl::Extents &imageExtent, const std::vector<size_t> runningValues, size_t startIndex, float scale, GraphWidgetData *graphWidget, OverlayWidgetCounts *widgetCounts) AppendGraphCommon() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp383 int startIndex = offset / static_cast<int>(ComputeVertexAttributeStride(attrib, binding)); in StoreStaticAttrib() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DResourcesHLSL.cpp76 OutputUniformIndexArrayInitializer(TInfoSinkBase &out, const TType &type, unsigned int startIndex) OutputUniformIndexArrayInitializer() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp470 int32_t startIndex = 0; in getKey() local
H A Duhash.cpp340 int32_t theIndex, startIndex; in _uhash_find() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2090 int startIndex; field in MessageFormat.PluralSelectorContext
2706 public AttributeAndPosition(Object fieldValue, int startIndex, int limitIndex) { in AttributeAndPosition() argument
2710 public AttributeAndPosition(Attribute field, Object fieldValue, int startIndex, int limitIndex) { in AttributeAndPosition() argument
2714 public void init(Attribute field, Object fieldValue, int startIndex, int limitIndex) { in init() argument
H A DNormalizer.java1671 public int startIndex() { in startIndex() method in Normalizer
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java902 private int nextBoundaryAfter(int startIndex) { in nextBoundaryAfter() argument

Completed in 40 milliseconds

12345