Home
last modified time | relevance | path

Searched defs:contextStart (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DReplaceableContextIterator.java96 public void setContextLimits(int contextStart, int contextLimit) { in setContextLimits()
196 protected int index, limit, cpStart, cpLimit, contextStart, contextLimit; field in ReplaceableContextIterator
DTransliterator.java523 public int contextStart; field in Transliterator.Position
563 public Position(int contextStart, int contextLimit, int start) { in Position()
571 public Position(int contextStart, int contextLimit, in Position()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dutrans.h132 int32_t contextStart; member
/third_party/node/deps/icu-small/source/i18n/unicode/
Dutrans.h135 int32_t contextStart; member
/third_party/icu/icu4c/source/i18n/unicode/
Dutrans.h132 int32_t contextStart; member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dutrans.h135 int32_t contextStart; member
/third_party/typescript/src/harness/
Dclient.ts431 … for (const { start, end, contextStart, contextEnd, ...prefixSuffixText } of entry.locs) { constant
DfourslashImpl.ts1680 let contextStart: ts.LineAndCharacter; variable
/third_party/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp454 int32_t contextStart = uprv_max(0, errOffset - U_PARSE_CONTEXT_LEN + 1); in create() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_skeletons.cpp483 int32_t contextStart = uprv_max(0, errOffset - U_PARSE_CONTEXT_LEN + 1); in create() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_skeletons.cpp482 int32_t contextStart = uprv_max(0, errOffset - U_PARSE_CONTEXT_LEN + 1); in create() local
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferences.ts321 const { contextStart: _, contextEnd: _1, ...triggerSpan } = defSpan; constant
/third_party/typescript/src/server/
Dprotocol.ts983 contextStart?: Location; property
/third_party/typescript/lib/
Dprotocol.d.ts711 contextStart?: Location; property
Dtsserverlibrary.js160608 …return context ? __assign(__assign({}, fileSpan), { contextStart: context.start, contextEnd: conte… property
161751 …return contextTextSpan ? __assign(__assign({}, textSpan), { contextStart: contextTextSpan.start, c… property
Dtsserver.js160414 …return context ? __assign(__assign({}, fileSpan), { contextStart: context.start, contextEnd: conte… property
161557 …return contextTextSpan ? __assign(__assign({}, textSpan), { contextStart: contextTextSpan.start, c… property