Home
last modified time | relevance | path

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

12345

/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/lzma/CPP/7zip/Compress/
DPpmdDecoder.cpp147 const UInt64 startPos = _processedSize; in Z7_COM7F_IMF() local
209 const UInt64 startPos = _processedSize; in Z7_COM7F_IMF() 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/node/deps/icu-small/source/common/
Drbbi_cache.cpp120 void RuleBasedBreakIterator::DictionaryCache::populateDictionary(int32_t startPos, int32_t endPos, in populateDictionary()
236 void RuleBasedBreakIterator::BreakCache::following(int32_t startPos, UErrorCode &status) { in following()
253 void RuleBasedBreakIterator::BreakCache::preceding(int32_t startPos, UErrorCode &status) { in preceding()
Dbrkeng.cpp81 int32_t startPos, in findBreaks()
329 int32_t startPos, in findBreaks()
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()
/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()
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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
DLanguageBreakEngine.java34 int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks()
DUnhandledBreakEngine.java46 public int findBreaks(CharacterIterator text, int startPos, int endPos, in findBreaks()
DLSTMBreakEngine.java184 private String substring(CharacterIterator text, int startPos, int endPos) { in substring()
197 public void vectorize(CharacterIterator text, int startPos, int endPos, in vectorize()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java497 public int following(int startPos) { in following()
1197 void populateDictionary(int startPos, int endPos, in populateDictionary()
1382 void following(int startPos) { in following()
1395 void preceding(int startPos) { 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEmojiProps.java68 int startPos = bytes.position(); in EmojiProps() local
/third_party/lzma/C/
D7zDec.c413 ILookInStreamPtr inStream, UInt64 startPos, in SzFolder_Decode2()
607 ILookInStreamPtr inStream, UInt64 startPos, in SzAr_DecodeFolder()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp293 const size_t startPos = _db.FoCodersDataOffset[folderIndex]; in IsFolderEncrypted() local
397 const size_t startPos = _db.FoCodersDataOffset[folderIndex]; in SetMethodToProp() 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/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/gptfdisk/
Dgptcl.cc598 size_t startPos = 0, endPos = 0; in GetString() local
/third_party/typescript/src/harness/
DsourceMapRecorder.ts157 const startPos = lineMap[line]; constant
/third_party/skia/modules/skparagraph/src/
DTextWrapper.h58 inline size_t startPos() const { return fStart.position(); } in startPos() function

12345