Home
last modified time | relevance | path

Searched defs:startPos (Results 1 – 25 of 104) 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/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/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/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()
/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()
/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/flutter/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/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp381 void nextLine(int startPos) { in nextLine()
/third_party/flatbuffers/net/FlatBuffers/
DByteBuffer.cs682 public unsafe string GetStringUTF8(int startPos, int len) in GetStringUTF8()
690 public string GetStringUTF8(int startPos, int len) in GetStringUTF8()
695 public string GetStringUTF8(int startPos, int len) in GetStringUTF8()
/third_party/typescript/src/services/formatting/
DformattingScanner.ts274 const startPos = lastTokenInfo ? lastTokenInfo.token.pos : scanner.getStartPos(); constant
DsmartIndenter.ts242 const startPos = containingList ? containingList.pos : parent.getStart(sourceFile); constant
/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
/third_party/flatbuffers/java/com/google/flatbuffers/
DArrayReadWriteBuf.java32 public ArrayReadWriteBuf(byte[] buffer, int startPos) { in ArrayReadWriteBuf()
/third_party/libsnd/src/ALAC/
Dag_enc.c233 uint32_t bitPos, startPos ; in dyn_comp() local

12345