Home
last modified time | relevance | path

Searched defs:startPos (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbi_cache.cpp124 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
237 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
254 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DLanguageBreakEngine.java35 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks()
DUnhandledBreakEngine.java46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks()
DRuleBasedBreakIterator.java436 public int following(int startPos) { in following()
1175 void populateDictionary(int startPos, int endPos, in populateDictionary()
1359 void following(int startPos) { in following()
1372 void preceding(int startPos) { in preceding()
DCjkBreakEngine.java85 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DLanguageBreakEngine.java34 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks()
DUnhandledBreakEngine.java45 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks()
DRuleBasedBreakIterator.java456 public int following(int startPos) { in following()
1148 void populateDictionary(int startPos, int endPos, in populateDictionary()
1333 void following(int startPos) { in following()
1346 void preceding(int startPos) { in preceding()
DCjkBreakEngine.java84 public int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
235 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
252 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
Dlstmbe.cpp519 UText *text, int32_t startPos, int32_t endPos, in vectorize()
560 UText *text, int32_t startPos, int32_t endPos, in vectorize()
639 int32_t startPos, in divideUpDictionaryRange()
Drbbiscan.cpp1206 int startPos; in scanSet() local
/third_party/icu/icu4c/source/common/
Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
235 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
252 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
Drbbiscan.cpp1206 int startPos; in scanSet() local
/third_party/skia/third_party/externals/icu/source/common/
Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
235 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
252 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp381 void nextLine(int startPos) { in nextLine()
/third_party/icu/icu4c/source/samples/ugrep/
Dugrep.cpp381 void nextLine(int startPos) { in nextLine()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp381 void nextLine(int startPos) { in nextLine()
/third_party/typescript/src/services/formatting/
DformattingScanner.ts274 const startPos = lastTokenInfo ? lastTokenInfo.token.pos : scanner.getStartPos(); constant
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBuildTests.cpp313 tcu::UVec2& startPos, in initBottomAccelerationStructure()
363 tcu::UVec2 startPos {}; in initBottomAccelerationStructures() local
385 tcu::UVec2 startPos {}; in verifyAllocationCount() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildTests.cpp313 tcu::UVec2& startPos, in initBottomAccelerationStructure()
363 tcu::UVec2 startPos {}; in initBottomAccelerationStructures() local
385 tcu::UVec2 startPos {}; in verifyAllocationCount() local
/third_party/gptfdisk/
Dgptcl.cc585 size_t startPos = 0, endPos = 0; in GetString() local
/third_party/flutter/skia/modules/skparagraph/src/
DTextWrapper.h53 inline size_t startPos() const { return fStart.position(); } in startPos() function
/third_party/typescript/src/harness/
DsourceMapRecorder.ts157 const startPos = lineMap[line]; constant
/third_party/skia/modules/skparagraph/src/
DTextWrapper.h57 inline size_t startPos() const { return fStart.position(); } in startPos() function

12345